Skip to main content
Renesas Electronics Corporation

Description

The RL78/G16 capacitive touch evaluation system makes it easy for users to evaluate touch solutions offered by Renesas. You can start evaluating immediately out of the box using the board and software included in each kit.

Configuration

  • RL78/G16 CPU board
  • Touch application board
    • Self-capacitance evaluation board built-in basics for capacitive touch: switches, sliders, and wheels

Features

  • Use to evaluate various touch functions (button, slider, wheel)
  • Simple prototyping
  • Use as a reference when designing boards or software
  • Easily adjust the sensitivity by using QE for Capacitive Touch
    • Easy operation with an intuitive interface
    • Easy to develop touch interfaces even for beginners with the GUI
    • Automatically output adjusted source code
  • RL78/G16 MCU (R5F121BCAFP) mounted
  • Capacitive touch sensor (CTSUb) terminal, 15 channels available

Applications

Type Title Date
Manual - Development Tools PDF 904 KB 日本語
PCB Design Files ZIP 2.32 MB
Application Note PDF 722 KB 日本語
AI-generated Summary: The RL78/G16 Capacitive Touch Evaluation System sample code enables capacitive touch functionality for three buttons, a slider, and a wheel on the evaluation board. It supports LED control linked either to capacitive touch inputs or CPU board push buttons, selectable via hardware switch and build options. The system uses USB serial communication for monitoring and tuning due to lack of emulator support. The software integrates components generated by the Smart Configurator and includes configuration files, tuning logs, and LED control applications. The code operates at 16MHz with a 5.0V supply and is confirmed on the RL78/G16 evaluation hardware using Renesas e2 studio and QE for Capacitive Touch tools.
Application Note PDF 6.87 MB 日本語
Functional safety functions are becoming an important on system design as automatic electronic control systems continue to expand to a wide range of applications. This APN describes the software for capacitive touch sensor(CTSU) functional safety self test.
Tool News - Release PDF 176 KB 日本語
Application Note PDF 3.46 MB 日本語 , 简体中文
This application note describes parameter tuning methods using QE for Capacitive Touch for microcontrollers that incorporate a Capacitive Touch Sensing Unit (CTSU). In addition to the default auto-tuning process, it provides an overview of the Advanced mode and adjustable CTSU parameters for optimizing touch performance.
Application Note PDF 1.58 MB 日本語
AI-generated Summary: The CTSU module integrates capacitive touch sensing functions for RL78 microcontrollers, supporting multiple peripheral types with distinct features. It enables various measurement modes such as self-capacitance, mutual capacitance, and current measurement, with advanced functions including sensor correction, initial offset adjustment, multi-frequency measurements, shield functionality, and automatic judgment. Measurements can be triggered by software or external events, with results obtained via APIs. The module also supports diagnosis, moving average filtering, and temperature correction. Multi-clock measurements reduce noise, and calibration functions ensure accurate sensor readings. The document details API usage, hardware/software requirements, and operational modes, providing comprehensive guidance for integrating capacitive touch sensing in embedded systems.
Application Note PDF 956 KB 日本語
AI-generated Summary: The TOUCH Module integrates capacitive touch detection using the CTSU hardware, supporting buttons, sliders, and wheels with configurable settings via QE for Capacitive Touch. It processes periodic capacitance measurements to determine touch states, employing baseline calibration, drift correction, hysteresis, and debouncing to ensure accurate touch detection and reduce noise. The module supports both self-capacitance and mutual-capacitance buttons, with majority judgment modes for reliable input. It provides APIs for initialization, scanning, data retrieval, sensitivity adjustment, and drift control, enabling flexible integration into RL78 microcontroller applications.
Application Note PDF 14.40 MB 日本語 , 简体中文
This application note provides the design principles and layout examples of touch electrodes for microcontrollers embedded with a Capacitive Touch Sensing Unit (CTSU). It outlines recommended design practices and considerations for both self‑capacitance and mutual‑capacitance methods, covering electrode geometry, routing, and shielding structures. In addition, it describes the application examples for each sensing method.
Application Note PDF 2.42 MB 日本語 , 简体中文
AI-generated Summary: Capacitive touch sensor microcontrollers utilize Renesas' Capacitive Touch Sensing Unit (CTSU) technology embedded in RX, RA, RL78 families, and Renesas Synergy™. The document explains capacitance detection principles, including self-capacitance and mutual-capacitance methods, and details the evolution from first-generation sensors to advanced CTSU2. It covers MCU lineups, hardware design guidelines, software configuration, tuning procedures, development environments, and evaluation kits to support capacitive touch product development. The CTSU converts capacitance changes into measurable signals, applying filtering and threshold judgment to detect touch inputs accurately.
Application Note PDF 842 KB 日本語
The Renesas board support package SIS module (r_bsp) forms the foundation of any project that uses Software Integration System (SIS) modules. The r_bsp is easily configurable and provides all the code needed to get the MCU and the board from reset to the main() function. This document describes r_bsp conventions and explains how to use it, configure it, and create a BSP for your own board.
Application Note PDF 4.99 MB 日本語
Application Note PDF 8.65 MB 日本語
The Capacitive Touch Evaluation System for the RL78/G23 supports development with CS+, the standalone version of the Smart Configurator, and the standalone version of QE for Capacitive Touch. The standalone QE for Capacitive Touch enables flexible development independent of the device or integrated development environment (IDE). This application note describes the steps for developing capacitive touch applications using the Capacitive Touch Evaluation System.
Application Note PDF 1.50 MB 日本語
AI-generated Summary: Capacitive touch sensors measure capacitance changes caused by finger contact using a sensor drive pulse and current measurement. Ripple noise from the power supply or peripheral circuits distorts these measurements by adding noise currents, causing inaccurate touch detection. To ensure high accuracy and reliability, power supply design must minimize ripple noise. The document explains measurement principles, ripple noise effects, and countermeasures including power supply circuit selection, switching circuits, board layout, and touch parameter tuning. It covers RX, RL78, and RA family MCUs embedding CTSU1 and CTSU2 types of capacitive touch sensing units.
Application Note PDF 959 KB 日本語
Application Note PDF 1.68 MB 日本語
AI-generated Summary: The guide explains how to achieve low power consumption in capacitive touch measurements using the RL78/G16 microcontroller. It combines intermittent CPU operation via a 12-bit interval timer with suspension of the Capacitive Touch Sensing Unit (CTSUb) to reduce power usage to about 1/65 compared to continuous measurement. The system measures touch inputs at regular intervals during standby, waking the main system upon touch detection. Detailed operation flows, hardware configurations, software settings, and current consumption measurement results are provided to support efficient low-power touch sensing implementations.
Application Note PDF 14.17 MB 日本語
AI-generated Summary: The guide explains methods to enhance noise immunity for capacitive touch sensor MCUs by addressing environmental noise issues that affect capacitance measurements. It covers noise types such as radiated RF, conducted noise, electrostatic discharge (ESD), and electrical fast transients (EFT), referencing IEC 61000-4 standards. The document details hardware and software countermeasures, including board design, multi-frequency measurement, filtering techniques, and protection circuits. It targets RX, RA, RL78 MCU families and Renesas Synergy devices embedding the CTSU module, providing practical design guidelines and evaluation results to ensure stable capacitive touch operation under noisy conditions.
Application Note PDF 2.18 MB 日本語
AI-generated Summary: The software filters for capacitive touch systems include FIR, IIR, single-pole IIR, and median filters, each with detailed specifications, usage examples, and API descriptions. The document covers embedding these filters into existing projects for RA2L1, RX130, and RL78/G16 microcontroller groups, detailing operation conditions, software configuration, and filter parameter adjustments. It also provides development environment and hardware setup information to support capacitive touch evaluation systems.
18 items

Software & Tools

Software & Tools

Software title
Software type
Company
C Compiler Package for RL78 Family [CC-RL]
C Compiler Package for RL78 Family [IDE: CS+, e² studio]
Compiler/Assembler Renesas
E2 emulator Lite [RTE0T0002LKCE00000R]
On-chip debugging emulator. Also available as a flash memory programmer. [Support MCU/MPU: RA, RE, RL78, RX, RISC-V MCU]
Emulator Renesas
E2 emulator [RTE0T00020KCE00000R]
On-chip debugging emulator. Also available as a flash memory programmer. [Support MCU/MPU: RA, RE, RH850, R-Car D1, RL78, RX, RISC-V MCU]
Emulator Renesas
e² studio - information for RL78 Family
Eclipse-based Renesas integrated development environment (IDE).
IDE and Coding Tool Renesas
QE for Capacitive Touch: Development Assistance Tool for Capacitive Touch Sensors
In developing embedded system using the capacitive touch sensor of MCUs, you can easily setup initial configurations of the touch interface as well as process the tuning of sensors, and reduce development time. [Plugin for Renesas IDE "e2 studio"] [Standalone Version] [Support MCU/MPU:RA, RL78, RX, Renesas Synergy™]
Solution Toolkit Renesas
5 items

Sample Code

Sample Code

Filters
Type Title Date Date
Sample Code
Log in to Download ZIP 2.74 MB
Application: Human Machine Interface (HMI)
Compiler: CC-RL, ICCRL78 Function: HMI, RL78 Software Integration System, Software Package IDE: e2 studio, IAR EWRL78
Sample Code
Log in to Download ZIP 3.36 MB
Application: Human Machine Interface (HMI)
Compiler: CC-RL, ICCRL78 Function: HMI, RL78 Software Integration System, Software Package IDE: e2 studio, IAR EWRL78
Sample Code
[Toolchains=CC-RL|V1.15.01]
Log in to Download ZIP 27.34 MB 日本語
Application: Human Machine Interface (HMI)
Compiler: CC-RL Function: Application Example, HMI IDE: CS+ for CC
This is an example of a touch application developed using CS+ and the standalone version of QE for Capacitive Touch. Two types of projects are provided: a simple implementation example and an applied example, both of which can be immediately tested on the capacitive touch evaluation system. These can be used as reference materials to understand the development procedure in conjunction with the application note.
Sample Code
Log in to Download ZIP 8.48 MB 日本語
Sample Code
[Software=RX Driver Package|V2.20;RA Flexible Software Package|v5.3.0],[Toolchains=CC-RL|V1.13.00;CC-RX|V3.06.00;GNU Arm Embedded|13.2.1.arm-13-7]
Log in to Download ZIP 16.10 MB 日本語
Application: Consumer Electronics
Compiler: CC-RL, CC-RX, GNU ARM Embedded Function: Application Example, HMI IDE: e2 studio
Sample Code
[Toolchains=CC-RL|V1.12]
Log in to Download ZIP 5.62 MB 日本語
Application: Consumer Electronics
Compiler: CC-RL Function: Evaluation Kit, HMI IDE: e2 studio
6 items
Part NumberStatusStockBudgetary Price (USD)DescriptionSampleable
RTK0EG0047S01001BJActiveIn Stock1u | $152.94Capacitive Touch Evaluation System for RL78/G16N/A
Support Communities

Support Communities

Get quick technical support online from Renesas Engineering Community technical staff.
Browse Articles

Knowledge Base

Browse our knowledge base for helpful articles, FAQs, and other useful resources.
Submit a Ticket

Submit a Ticket

Need to ask a technical question or share confidential information?
Icon showing CD-ROM illustration, indicating compact disc storage.

ROM Ordering

Embed your custom code into Renesas masked MCUs during manufacturing for tailored device functionality.