概览
描述
Smart Configurators automatically generate initial-setting programs for MCUs.
Each provides a quick and smart way of combining and configuring software to meet your needs, such as by configuring peripheral pins and importing middleware and drivers.
Learn more
Use the latest version of a Smart Configurator now and experience how it improves the efficiency of your development process.
For RA Family For RZ Family For RL78 Family For RX Family For RH850 Family For RISC-V MCU
目标设备
Target Families
- RX Family
- RL78 Family
- RH850 Family
- RZ Family
- RA Family
See the Smart Configurator product page for each family for details of Target Devices.
*Please contact Renesas sales division for RE Family.
设计和开发
探索
视频和培训
按照本分步教程,即可在 e² studio 中为智能配置器项目改变设置。本教程非常适合初学者和经验丰富的开发人员。
支持
支持社区
- RX72M 在Smart configurator 配置问题咨询
RX72M 在Smart configurator 配置软件中断勾选Software interrupt 就出现红色x, 为什么会出现这样的错误? 给勾选Software interrupt 就不会出现红色x
2021年12月23日 - RL78F24的smart Configurator的 使用
可以提供一个配置RL78F24的smart Configurator的PWM和ADC的例程吗?IDE:e2studio
2025年6月17日 - RL78/G23 smart configurator问题
请问一下如果在新建工程的时候没有勾选use smart configurator这个选项,新建工程之后可以在哪里添加这一个功能吗
2022年6月27日
知识库
- 建议修改为“使用RX智能配置器(Smart Configurator)的I2C主机模式组件(SCI)进行I2C通信”
#include "r_smc_entry.h"static uint8_t tx_buf[10] = "0123456789";volatile static uint8_t tx_flg;void main(void);void transmit_complete(void);void main(void){ /* Start I2C Communication (Enable Interrupt) */ R_Config_SCI0_Start(); /* Send I2C Data */ tx_flg = 0u; R_Config ...
2025年10月23日 - 在智能配置器(Smart Configurator)中使用ICU版本的设备文件出现错误[RH850]
智能配置器并不支持ICU版本的设备文件。请按照以下步骤使用智能配置器为ICU版本的设备文件创建和调试项目。 1. 使用 ...
2025年10月23日 - 建议修改为“使用RX智能配置器(Smart Configurator)的I2C从机模式组件(RIIC)进行I2C通信"
I2C从机模式组件通过结合发送和接收API以及中断来进行通信。因此,即使从发送或接收API返回,通信也未必已经完成。如果 ...
2025年10月23日