Overview
Description
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 Devices
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.
Design & Development
Explore
Videos & Training
Follow this step-by-step tutorial to configure Smart Configurator settings for a project in e² studio. Suitable for both beginners and experienced developers.
Support
Support Communities
- Why does my Smart Configurator property always show me V1.02.08 even I re-install it to V1.10?
... Smart Configurator property always show me V1.02.08 even I re-install it to V1.10? Have you experenced it? Under CS+ to launch Smart Configurator and check the version of Smart Configurator that is V1.10, but the boot.asm has been generated is just not correctly about ...
Apr 12, 2024 - RX23E-B; Smart Configurator; FIT; I2C Master; _IIC_Master_Receive
Dear colleagues. I am trying to write a driver for the ST M24512-DF EEPROM. I have made the following settings in the SC for this: My programme looks like this: This is what it looks like on the Logic Analyser: Writing still works without any recognisable errors. R_Config ...
Oct 23, 2024 - change language of an existing Smart Configurator project from C to C++
Hi all, a year ago we started a software project in C, using RA Smart Configurator. Now we want to move to C++. How can we change an existing Smart Configurator Project from C to C++. I only see the language setting, when setup a new Configurator Project. Thanks in ...
Jun 9, 2022
Knowledge Base
- I2C communications by using the I2C slave mode component (RIIC) in RX Smart Configurator
The I2C slave mode component performs communications by using transmission and reception APIs in combination with interrupts. Therefore, communication is incomplete even if control returns from a transmission or reception API. To continue communication, use a callback function to confirm that communication is complete.Note that when using RIIC (I2C ...
May 14, 2024 - I2C communications by using the I2C master mode component (SCI) in RX Smart Configurator
#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 ...
May 14, 2024 - My Renesas Login Failure in e² studio or Smart Configurator
... your IT manager.The URL www.renesas.com is used for download operations of FIT modules, as well as documents and sample project downloads in Smart Browser. The paths (URLs) for those are the same as those for downloading a file through a browser. The server is also used in ...
Jan 15, 2026