概述
描述
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 中为智能配置器项目改变设置。本教程非常适合初学者和经验丰富的开发人员。
支持
支持社区
- RA Renesas smart configurator的界面如何找回丢失的功能框,例如MCU package
请问Renesas smart configurator的界面如何找回丢失的功能框?
2021年10月18日 - RL78F24的smart Configurator的 使用
可以提供一个配置RL78F24的smart Configurator的PWM和ADC的例程吗?IDE:e2studio
2025年6月17日 - RA Renesas smart configurator的界面如何找回丢失的功能框,例如MCU package
请问Renesas smart configurator的界面如何找回丢失的功能框?
2021年10月18日
知识库
- 建议修改为“使用RX智能配置器(Smart Configurator)的I2C从机模式组件(RIIC)进行I2C通信"
I2C从机模式组件通过结合发送和接收API以及中断来进行通信。因此,即使从发送或接收API返回,通信也未必已经完成。如果 ...
2025年10月23日 - RA MCU: 在Smart Configurator 中配置的引脚功能与指定配置不符
... P815配置为GPT0的GTIOC0A输出引脚,有时却仍是通用I/O端口。 Question: 在Smart Configurator中指定了引脚功能,但“Pins”(Pin Configurator)界面中的设置并未反映在 ...
- 建议修改为“使用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日