特性
- CPU: RL78 core, Max. 32MHz
- Voltage: 1.6V to 5.5V
- Package: 48 to 64-pin HWQFN, 80-pin LFQFP
- Memory: SRAM Max. 4KB, Program Flash Max. 64KB
- Timer: 16-bit Timer (ch) x 8, 8-bit Timer (ch) x 2, Watchdog Timer (ch) x 1, Interval Timer x 1 ch
- PWM: PWM Output x 6
- Analog function: 12-bit A/D Converter (ch) x 17, 8-bit D/A Converter (ch) x 4
- On-chip Oscillator Freq. (MHz): 32
- Others: RTC, Power-On Reset, Low Voltage Detection
描述
The RL78/G1E microcontroller is based on the RL78/G1A and has built-in analog front-end (AFE) for sensor applications. The AFE circuit contains configurable amplifiers capable of various amplifier configurations, a gain adjustment amplifier, filters, D/A converters, and a temperature sensor, which are suitable for processing small sensor signals.
应用
- Office
- Home Appliance
- Healthcare
- Security
加载中
请登录后开启订阅
- 应用说明英语Provides information for deploying FFT (Fast Fourier Transform) library.相关文件:
- 应用说明英语AI 生成的摘要: The RL78 Family SHA Hash Function Library includes various source files, sample programs, and documentation to support SHA-1 and SHA-256 hash functions. It provides API functions to generate SHA-1 and SHA-256 hash digests, with SHA-256 support enhanced when combined with the RL78/G24 FAA accelerator. The library supports specific compiler environments and requires building designated source files depending on the API used. The FAA accelerator improves SHA processing speed and supports only SHA-256 with certain compilers.相关文件:
- 应用说明英语AI 生成的摘要: The document details self test software routines for RL78 microcontrollers to ensure compliance with IEC60730/60335 Class B safety standards. It covers CPU register tests, internal Flash and SRAM memory checks, system clock verification using independent clock sources, and peripheral tests such as A/D converters and watchdog timers. The self test library offers modular APIs for integration into applications, supporting reliability and safety in automatic electronic control systems like household appliances. The document also includes example usage, benchmarking, and additional hardware resources to assist developers in implementing robust safety functions.相关文件:
- 应用说明英语AI 生成的摘要: Modbus communication over UART is implemented using the RL78 microcontroller and Renesas RS-485 transceiver, supporting both Modbus ASCII and RTU modes. The system uses GPIO to control send/receive permissions and TAU0 timers to measure intervals between characters and frames, ensuring proper timing in communication. The network operates in a single-master/multi-slave configuration with up to 247 slaves, each having a unique address. The document details hardware configurations, UART communication settings, supported function codes, and interrupt handling for both master and slave modes. It also includes software structure, constants, variables, and instructions for running the system in various environments. PCB design files typically bundled include BOM, schematic, and Gerber files.相关文件:
- 应用说明英语AI 生成的摘要: The document explains how to control a DC motor-driven button pusher remotely via a network using the RL78/G12 microcontroller and the ESP-WROOM-02 Wi-Fi module. The RL78/G12 obtains an IP address from an access point, connects to a TCP server, and waits for commands. It controls the motor through port outputs and PWM signals to perform normal rotation, stop, and inverse rotation based on received TCP data. The communication uses ASCII-coded packets, and the motor operation timing is adjustable by software. The document also details hardware configuration, software structure, and operation conditions for reliable performance.相关文件:
- 应用说明英语AI 生成的摘要: The RL78 Family SPI mode MultiMediaCard (MMC) driver enables communication between RL78 MCUs and MMCs using SPI mode. It supports multiple devices via CS signals and operates with commands for single or multiple block reads/writes. The driver is OS-independent and defines one sector as 512 bytes. The package includes source code, common functions, and configuration files for various compilers and clock speeds, facilitating integration and application development.相关文件:
- 应用说明英语AI 生成的摘要: The document outlines the structure and specifications of the TFAT library for the RL78 family, including supported FAT types (FAT12, FAT16, FAT32) and filename format (8.3). It details the software stack architecture, development environment requirements, and version information. Memory requirements for ROM, RAM, and stack sizes are specified, along with the sizes of key data structures like FATFS, FIL, and DIR. The library supports one drive and logical sector size is 512 bytes.相关文件:
- 应用说明英语AI 生成的摘要: The document details the development environment and library specifications for the RL78 Family Sound Playback/Compression System using the Original ADPCM Codec. It specifies compatible toolchains for CC-RL and IAR C/C++ compilers, including IDE versions, compiler versions, and code generator tools. ROM, RAM, and stack size requirements for the provided libraries are outlined. Developers must specify the "near" symbol for pointer arguments in all memory models.相关文件:
- 应用说明英语AI 生成的摘要: The AES Library for RL78 Family MCUs provides hardware-optimized AES encryption and decryption functions supporting 128-bit and 256-bit keys in ECB and CBC modes, along with a GCM library for Galois/Counter Mode operations. It supports RL78 MCUs with S2 and S3 cores, excluding smaller memory variants like RL78/G10. The package includes source code, header files, sample projects for various development environments (CC-RL, IAR, LLVM), and detailed API functions for encryption, decryption, and key scheduling. Users must select appropriate source files based on the API functions they intend to use. The library is fully tuned in assembly for performance and memory efficiency.相关文件:
- 应用说明英语AI 生成的摘要: This guide explains how to create and build CMake projects using e² studio. It covers installing necessary tools such as e² studio, CMake, and GNU Make, creating a new CMake project, and configuring the builder by disabling the default CDT Core Builder and adding CMake and Make commands. The instructions include setting up environment variables and specifying CMake command parameters to generate native build files from platform-independent CMakeLists.txt configurations.
- 应用说明英语PDF 1.49 MB R01AN3530EU0110 Rev.1.10 2022年6月24日AI 生成的摘要: The RL78 microcontroller family includes two hardware CRC functions: a High Speed CRC for code flash memory and a General Purpose CRC for any data range. The High Speed CRC operates in HALT mode using the CCITT-16 polynomial and processes 4-byte code flash words efficiently but cannot run concurrently with application code. The General Purpose CRC runs in CPU RUN mode, processes data byte-by-byte with bit-reversed input/output, and can operate alongside application code. Software examples and a Windows utility support these CRC functions.相关文件:
- 应用说明英语PDF 542 KB R01AN0988EU0110 Rev.1.10 2022年6月24日AI 生成的摘要: The RL78 MCU family integrates an internal temperature sensor providing a voltage proportional to temperature, with a nominal output of 1.05V at 25°C and a sensitivity of -3.6mV/°C. The sensor connects internally to the ADC, allowing temperature monitoring without an external voltage reference. Calibration uses a simple single-point method to compensate for sensor offset. Temperature calculation involves ADC readings of both the internal sensor and internal voltage reference, with formulas provided for conversion. Oversampling improves ADC resolution, and both floating and fixed-point math implementations are demonstrated for efficient temperature computation.相关文件:
- 应用说明英语AI 生成的摘要: The RL78/G10 controls the ESP-WROOM-02 Wi-Fi module via UART at 115200 bps using AT commands. It connects as a TCP/IP client to a server, supporting IEEE 802.11 b/g/n (2.4GHz), IPv4 TCP, WPA/WPA2 security, and AES encryption. The ESP-WROOM-02 operates in Flash Boot Mode executing firmware from flash memory, controlled through UART commands. The module supports Station, SoftAP, and SoftAP + Station modes, with this content focusing on Station mode where the module acts as a wireless client connected to an access point.相关文件:
No Results Found.
检查拼写
确保所有关键词拼写正确。
确保所有关键词拼写正确。
调整关键词
尝试使用更少、不同或更宽泛的词语来改变搜索结果。
尝试使用更少、不同或更宽泛的词语来改变搜索结果。
查看筛选器
如果您使用了筛选器,请考虑取消选择某些筛选器选项以扩大搜索结果。
如果您使用了筛选器,请考虑取消选择某些筛选器选项以扩大搜索结果。
需要帮助?
- 搜索我们丰富的知识库,帮助您解答常见问题
- 前往支持论坛,获取瑞萨电子技术专家和社群的帮助
- 手册 - 硬件英语
手册和指南 (1)
- 应用说明英语Provides information for deploying FFT (Fast Fourier Transform) library.相关文件:
- 应用说明英语AI 生成的摘要: The RL78 Family SHA Hash Function Library includes various source files, sample programs, and documentation to support SHA-1 and SHA-256 hash functions. It provides API functions to generate SHA-1 and SHA-256 hash digests, with SHA-256 support enhanced when combined with the RL78/G24 FAA accelerator. The library supports specific compiler environments and requires building designated source files depending on the API used. The FAA accelerator improves SHA processing speed and supports only SHA-256 with certain compilers.相关文件:
- 应用说明英语AI 生成的摘要: The document details self test software routines for RL78 microcontrollers to ensure compliance with IEC60730/60335 Class B safety standards. It covers CPU register tests, internal Flash and SRAM memory checks, system clock verification using independent clock sources, and peripheral tests such as A/D converters and watchdog timers. The self test library offers modular APIs for integration into applications, supporting reliability and safety in automatic electronic control systems like household appliances. The document also includes example usage, benchmarking, and additional hardware resources to assist developers in implementing robust safety functions.相关文件:
- 应用说明英语AI 生成的摘要: Modbus communication over UART is implemented using the RL78 microcontroller and Renesas RS-485 transceiver, supporting both Modbus ASCII and RTU modes. The system uses GPIO to control send/receive permissions and TAU0 timers to measure intervals between characters and frames, ensuring proper timing in communication. The network operates in a single-master/multi-slave configuration with up to 247 slaves, each having a unique address. The document details hardware configurations, UART communication settings, supported function codes, and interrupt handling for both master and slave modes. It also includes software structure, constants, variables, and instructions for running the system in various environments. PCB design files typically bundled include BOM, schematic, and Gerber files.相关文件:查看更多 (106)
应用说明和白皮书 (106)
- 产品变更通告英语
- 产品变更通告英语
- 产品变更通告英语
产品通告(产品变更、EOL 等) (4)
- 技术更新英语
- 技术更新英语
勘误表和技术更新 (3)
No Results Found.
检查拼写
确保所有关键词拼写正确。
确保所有关键词拼写正确。
调整关键词
尝试使用更少、不同或更宽泛的词语来改变搜索结果。
尝试使用更少、不同或更宽泛的词语来改变搜索结果。
查看筛选器
如果您使用了筛选器,请考虑取消选择某些筛选器选项以扩大搜索结果。
如果您使用了筛选器,请考虑取消选择某些筛选器选项以扩大搜索结果。
需要帮助?
- 搜索我们丰富的知识库,帮助您解答常见问题
- 前往支持论坛,获取瑞萨电子技术专家和社群的帮助
No Results Found.
检查拼写
确保所有关键词拼写正确。
确保所有关键词拼写正确。
调整关键词
尝试使用更少、不同或更宽泛的词语来改变搜索结果。
尝试使用更少、不同或更宽泛的词语来改变搜索结果。
查看筛选器
如果您使用了筛选器,请考虑取消选择某些筛选器选项以扩大搜索结果。
如果您使用了筛选器,请考虑取消选择某些筛选器选项以扩大搜索结果。
需要帮助?
- 搜索我们丰富的知识库,帮助您解答常见问题
- 前往支持论坛,获取瑞萨电子技术专家和社群的帮助
No Results Found.
检查拼写
确保所有关键词拼写正确。
确保所有关键词拼写正确。
调整关键词
尝试使用更少、不同或更宽泛的词语来改变搜索结果。
尝试使用更少、不同或更宽泛的词语来改变搜索结果。
查看筛选器
如果您使用了筛选器,请考虑取消选择某些筛选器选项以扩大搜索结果。
如果您使用了筛选器,请考虑取消选择某些筛选器选项以扩大搜索结果。
需要帮助?
- 搜索我们丰富的知识库,帮助您解答常见问题
- 前往支持论坛,获取瑞萨电子技术专家和社群的帮助
No Results Found.
检查拼写
确保所有关键词拼写正确。
确保所有关键词拼写正确。
调整关键词
尝试使用更少、不同或更宽泛的词语来改变搜索结果。
尝试使用更少、不同或更宽泛的词语来改变搜索结果。
查看筛选器
如果您使用了筛选器,请考虑取消选择某些筛选器选项以扩大搜索结果。
如果您使用了筛选器,请考虑取消选择某些筛选器选项以扩大搜索结果。
需要帮助?
- 搜索我们丰富的知识库,帮助您解答常见问题
- 前往支持论坛,获取瑞萨电子技术专家和社群的帮助
No Results Found.
检查拼写
确保所有关键词拼写正确。
确保所有关键词拼写正确。
调整关键词
尝试使用更少、不同或更宽泛的词语来改变搜索结果。
尝试使用更少、不同或更宽泛的词语来改变搜索结果。
查看筛选器
如果您使用了筛选器,请考虑取消选择某些筛选器选项以扩大搜索结果。
如果您使用了筛选器,请考虑取消选择某些筛选器选项以扩大搜索结果。
需要帮助?
- 搜索我们丰富的知识库,帮助您解答常见问题
- 前往支持论坛,获取瑞萨电子技术专家和社群的帮助
No Results Found.
检查拼写
确保所有关键词拼写正确。
确保所有关键词拼写正确。
调整关键词
尝试使用更少、不同或更宽泛的词语来改变搜索结果。
尝试使用更少、不同或更宽泛的词语来改变搜索结果。
查看筛选器
如果您使用了筛选器,请考虑取消选择某些筛选器选项以扩大搜索结果。
如果您使用了筛选器,请考虑取消选择某些筛选器选项以扩大搜索结果。
需要帮助?
- 搜索我们丰富的知识库,帮助您解答常见问题
- 前往支持论坛,获取瑞萨电子技术专家和社群的帮助
- 其他英语ZIP 224 KB D4800360TEST 2013年11月18日相关文件:
- 其他英语ZIP 224 KB D4800359TEST 2013年11月18日相关文件:查看更多 (6)
其他 (6)
No Results Found.
检查拼写
确保所有关键词拼写正确。
确保所有关键词拼写正确。
调整关键词
尝试使用更少、不同或更宽泛的词语来改变搜索结果。
尝试使用更少、不同或更宽泛的词语来改变搜索结果。
查看筛选器
如果您使用了筛选器,请考虑取消选择某些筛选器选项以扩大搜索结果。
如果您使用了筛选器,请考虑取消选择某些筛选器选项以扩大搜索结果。
需要帮助?
- 搜索我们丰富的知识库,帮助您解答常见问题
- 前往支持论坛,获取瑞萨电子技术专家和社群的帮助
加载中
筛选
当前筛选条件
软件与工具
按类型筛选
按供应商筛选
样例程序
按应用筛选
按功能筛选
按编译器筛选
按 IDE 筛选
模拟模型
Partner Solutions
- IDE 和编码工具中文瑞萨电子集成开发环境(IDE)[支持 MCU/MPU:RH850、V850、RX、RL78、78K0R、78K0] (注意:CS+ 通常不会向美国和欧洲客户推广。) (注意:要在 CS+ 上对 RL78/G23 和 RX 系列 MCU 使用智能配置器,请为每个 MCU 系列安装智能配置器,从“设计和支持”>“开发工具”>“智能配置器”下载)
- IDE 和编码工具英语Eclipse-based Renesas integrated development environment (IDE).
- IDE 和编码工具英语IAR Embedded Workbench provides extensive support for RL78 devices. IAR Embedded Workbench is a complete set of development tools with leading optimization technology for creating powerful automotive applications.提供商: IAR Systems
- IDE 和编码工具英语Renesas IAR Embedded Workbench Device-Support-Packages include all device-specific files to be used with the Embedded Workbench IDE.
- 编译器/汇编器英语C Compiler Package for RL78 Family [IDE: CS+, e² studio]
- 编译器/汇编器英语C Compiler Package for the RL78 and 78K Families [IDE: CS+]
- 解决方案工具包英语Development assistance tool helps to shorten the times taken in operations for the tuning of currents drawn. [Standard item in the "e² studio" and CS+ (CS+ for CC only) IDEs] [Support MCU/MPU: RX, RL78]
- 仿真器英语On-chip debugging emulator. Also available as a flash memory programmer. [Support MCU/MPU: RH850, RL78, RX, V850, 78K0R, 78K0, R8C]
- 仿真器英语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]
- 仿真器英语On-chip debugging emulator. Also available as a flash memory programmer. [Support MCU/MPU: RA, RE, RL78, RX, RISC-V MCU]
- 仿真器英语On-chip debugging emulator. Also available as a flash memory programmer. For RX600 or RX700 Series MCU, trace functions and Real-time RAM monitor functions available. For MCUs other than RX600 or RX700, the available debugging function corresponds to that of E2 Emulator Lite. [Support MCU/MPU: RX, RL78, RH850, V850, 78K0R, 78K0, R8C]
- 仿真器英语Full-spec emulator for RL78 MCUs. High-performance debugging functions such as time measurement, coverage, and trace. In addition, a self-testing function detects faults in the IECUBE and performs maintenance.
- 编程器(单元/软件)英语On-chip debugging emulator available as a flash memory programmer [Available flash programming software: Renesas Flash Programmer or Flash Development Toolkit] [Support MCU/MPU and devices: RX, RL78, RH850, V850, 78K0R, 78K0, R8C, Power Management, Renesas USB Power Delivery Family, ICs for Motor Driver/Actuator Driver]
No Results Found.
检查拼写
确保所有关键词拼写正确。
确保所有关键词拼写正确。
调整关键词
尝试使用更少、不同或更宽泛的词语来改变搜索结果。
尝试使用更少、不同或更宽泛的词语来改变搜索结果。
查看筛选器
如果您使用了筛选器,请考虑取消选择某些筛选器选项以扩大搜索结果。
如果您使用了筛选器,请考虑取消选择某些筛选器选项以扩大搜索结果。
需要帮助?
- 搜索我们丰富的知识库,帮助您解答常见问题
- 前往支持论坛,获取瑞萨电子技术专家和社群的帮助
- IDE 和编码工具中文瑞萨电子集成开发环境(IDE)[支持 MCU/MPU:RH850、V850、RX、RL78、78K0R、78K0] (注意:CS+ 通常不会向美国和欧洲客户推广。) (注意:要在 CS+ 上对 RL78/G23 和 RX 系列 MCU 使用智能配置器,请为每个 MCU 系列安装智能配置器,从“设计和支持”>“开发工具”>“智能配置器”下载)
- IDE 和编码工具英语Eclipse-based Renesas integrated development environment (IDE).
- IDE 和编码工具英语IAR Embedded Workbench provides extensive support for RL78 devices. IAR Embedded Workbench is a complete set of development tools with leading optimization technology for creating powerful automotive applications.提供商: IAR Systems
- IDE 和编码工具英语Renesas IAR Embedded Workbench Device-Support-Packages include all device-specific files to be used with the Embedded Workbench IDE.
- 编译器/汇编器英语C Compiler Package for RL78 Family [IDE: CS+, e² studio]查看更多 (34)
软件与工具 (34)
- 示例代码英语Provides information for deploying FFT (Fast Fourier Transform) library.相关文件:
- 示例代码英语相关文件:
- 示例代码英语相关文件:
- 示例代码英语相关文件:
- 示例代码英语相关文件:查看更多 (31)
样例程序 (31)
No Results Found.
检查拼写
确保所有关键词拼写正确。
确保所有关键词拼写正确。
调整关键词
尝试使用更少、不同或更宽泛的词语来改变搜索结果。
尝试使用更少、不同或更宽泛的词语来改变搜索结果。
查看筛选器
如果您使用了筛选器,请考虑取消选择某些筛选器选项以扩大搜索结果。
如果您使用了筛选器,请考虑取消选择某些筛选器选项以扩大搜索结果。
需要帮助?
- 搜索我们丰富的知识库,帮助您解答常见问题
- 前往支持论坛,获取瑞萨电子技术专家和社群的帮助
- Development Tool中文Universal third-party programmers support a wide range of Renesas programmable devices across both off-board and on-board programming modes.提供方: Elnec s.r.o.
- Development Tool中文Provides high-volume automated programming systems engineered for factory-scale production, enabling efficient handling of a wide range of integrated circuit (IC) devices. Optimized for microcontrollers (MCUs) and flash memory, the systems support tube, tape, and tray input/output configurations for flexible manufacturing integration. Advanced auto-teach alignment capabilities ...
- Development Tool中文The AH-480 automated programming system is built around a patented rotary robotic arm equipped with dual-sided vacuum nozzles, enabling high-speed, high-precision IC pick-and-place operations. The system integrates 16 units of the latest LEAP universal programmers to deliver stable, high-throughput programming performance. Designed for ...
- Development Tool中文Provides universal device programming systems combining algorithms, process-control software, and socket modules for Renesas microcontroller production. Enables high-volume programming across the RA, RX, RL78, RH850, RZ, R8C, V850, M16C, H8, H8SX, H8S, SH, 78K and Synergy families using 9th- and 10th-generation universal site technology. Supports new socket ...提供方: BPM Microsystems
- Development Tool中文BSMART delivers a versatile, portable interfacing solution for seamless operation on silicon devices anytime and anywhere. Its compact, pocket-sized design supports both laboratory and on-site interventions. Managed via Ethernet LAN, USB-UART, or Bluetooth® through the BSMART App, it interfaces with microprocessors and serial memories using standard ...查看更多 (44)