概览
描述
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 中为智能配置器项目改变设置。本教程非常适合初学者和经验丰富的开发人员。
支持
支持社区
- RL78/G23 smart configurator问题
请问一下如果在新建工程的时候没有勾选use smart configurator这个选项,新建工程之后可以在哪里添加这一个功能吗
2022年6月27日 - RX72M Smart configurator 并口配置报错
请帮忙看下RX72M 并口配置的报错:
2021年8月23日 - RA Renesas smart configurator的界面如何找回丢失的功能框,例如MCU package
请问Renesas smart configurator的界面如何找回丢失的功能框?
2021年10月18日
知识库
- 智能配置器(Smart Configurator) FAQ汇总
... 什么? 通信 Why Does I²C Baud Rate Set by Smart Configurator for RX Differ from Actual Value 在智能配置器 (Smart Configurator) 中出现中断向量分配错误 使用RX智能配置器 (Smart Configurator) 的I2C ...
- 建议修改为“使用RX智能配置器(Smart Configurator)的I2C主机模式组件(RIIC)进行I2C通信”
I2C主机模式组件通过结合发送和接收API以及中断来进行通信。因此,即使从发送或接收API返回,通信也未必已经完成。如果 ...
2025年10月16日 - 建议修改为“使用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日