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
- 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 - Could not able to configure QSPI for micron chip(MT25QL512ABB8ESF-0SIT) in smart configurator
... flash for micron chip (MT25QL512ABB8ESF-0SIT) for RX66N (R5F566NDxFC) and in smart configurator have an option to configure only for Macronix devices. I could see the code for Micron N25Q but not finding how to configure in smart configurator. Please guide us how to configure for micron devices. Thank you!
Dec 30, 2022 - Smart Configurator bug?
Hi all, I'm using Smart Configurator with T4 tcpip stack and GCC. Unfortunately when I generate code with Smart Configurator I have bugs. 1. Into the file r_bsp_config.h the flag is always true #define BSP_CFG_MCU_PART_ENCRYPTION_INCLUDED (true) /* Generated value. Do ...
Oct 9, 2024
Knowledge Base
- [SC] Avoiding the display of “Functions in same channel are assigned in different group” message in Smart Configurator
Last Updated: 04/15/2025 Question: Can I avoid the display of a caution “Functions in same channel assigned in different group” in the Configuration Problems tab of RX Smart Configurator? Answer: The following note is indicated for the pin function table in the user’s manual of ...
Apr 15, 2025 - Characters are garbled in CSV file read by Smart Configurator for RZ
The problem occurs because CSV files that can be output by the Smart Configurator for RZ V1.10 are coded in UTF-8.To display the file correctly, use the following procedure.1. Open the Memo Pad, and then drag the output CSV file to the Memo Pad.2. Make ...
Aug 2, 2017 - 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