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
- Bug: Renesas Smart Configurator - USB middleware doen't setup buildinfo.ipcf right
Describe the bug: When using USB PCDC middleware with Renesas Smart Configurator in IAR Embedded Workbench for ARM, the file buildinfo.ipcf is not setup right with all dependencies which are nedded to setup USB. To Reproduce: Open Renesas Smart ConfiguratorAdd USB PCDC over stack and generate data Do ...
Apr 20, 2020 - Custom interrupt vector table with e2studio Smart Configurator
... on. I can see that the address of the interrupt vector table is assigned in the linker script, which is re-written every time the Smart Configurator : .exvectors 0xFFFFFF80: AT(0xFFFFFF80) { "_exvectors_start" = .; KEEP(*(.exvectors)) "_exvectors_end" = .; } >ROM Where , can I adjust this value in the Smart Configurator ? Same question ...
Feb 28, 2020 - Overwrite ISR generated from Smart Configurator
... Config_SCI0_User.c. Between these function there is my custom serial receive ISR, named r_Config_SCI0_receive_interrupt() like the one generated by Smart Configurator, marked as an ISR using the pragma directive.The problem is that every time the Smart Configurator decides to re-generate the files ...
Feb 2, 2023
Knowledge Base
- Interrupt vector allocation errors occurring in Smart Configurator
In Smart Configurator for RX, some software configurable interrupts have not been allocated to interrupt vectors in the initial state. Manually allocate them to interrupt vectors by using the following procedure:1) Of the type-B software configurable interrupts (vector numbers: 128 to 207) and type-A software configurable interrupts ...
Mar 22, 2024 - Error and/or warning messages appear when a file generated by Smart Configurator is opened with the Editor of e² studio
... database generated by Indexer. These markers are merely displayed in the standard editor; they do not affect the building results. Because the code generated by Smart Configurator is also subject to the parsing of the Codan static code parser, error and/or warning messages may be displayed. If error ...
Mar 25, 2024 - Why Does I²C Baud Rate Set by Smart Configurator for RX Differ from Actual Value
... fall time (tf) change depending on the total bus line capacity (Cb) and pull-up resistance (Rp).Cb and Rp cannot be set by the Smart Configurator. With this in mind, set ICBRH and ICBRL according to your environment.Related FAQ- RX Family Measured vs Calculated Transfer Rate of I2C
Jul 26, 2019