Overview
Description
The RA0E1 Fast Prototyping Board is equipped with an RA0E1 MCU, making it an evaluation board specialized for prototype development for a variety of applications. It has a built-in SEGGER J-Link™ emulator circuit so you can write and debug programs without additional tools. In addition, it includes Arduino® UNO and Pmod™ interfaces as standard, along with through-hole access to all pins of the microcontroller, offering high expandability.
Sample software is available to demonstrate the functionality of the RA0E1 MCU and to facilitate connections between the RA0E1 Fast Prototyping Board and various wireless or sensor modules. The kit includes the FPB‑RA0E1 v1 board and either a USB 2.0 Type‑C™ cable (Type‑A male to Type‑C male) or a USB 2.0 Type‑C cable (Type‑C male to Type‑C male); the cable type varies by FPB lot number.
Features
- Equipped with an RA0E1 32-bit microcontroller (R7FA0E1073CFJ):
- 32MHz, Arm® Cortex®-M23 Core
- 64KB ROM, 12KB RAM, Data Flash: 1KB
- 32-pin LQFP (7mm x 7mm x 1.7mm, 0.8mm pitch)
- No additional tools are required for program writing/debugging with the built-in SEGGER J-Link™ emulator circuit
- Through-holes with access to all of the pins of the MCU
- Arduino UNO and Pmod interfaces
- Small size board: 53mm x 85mm
- Support for various RA0E1 software and tools
Applications
Design & Development
Videos & Training
This video demonstrates the RA0E1 fast prototyping board, designed for the RA0E1 MCU. It includes a built-in SEGGER J-Link emulator circuit, enabling program writing and debugging without additional tools. The board also provides Arduino UNO and Pmod™ interfaces, along with through-hole access to all microcontroller pins for enhanced expandability.
Additional Videos
News & Blog Posts
Blog Post Apr 22, 2025 |
Blog Post Apr 9, 2024 |
Support
Support Communities
- How to disable interval timer internal interrupt trigger for FPB-RA0E1
Hi, I am using FPB-RA0E1 controller to develop the interval timer implementation for 1s and 1s each. I have added two timer in stack and assigned channel 0 and 1 for them. inside the callback function i am trying to turn on and off LEDs( LED1 for timer1 and ...
Dec 11, 2024 - FPB-RA0E1 ADC-DTC Code Sample
Hi, I am new to the Renesas Microcontroller program development. Following are my development environment IDE : e2 Studio EVK : FPB-RA0E1 FSP : 5.6.0 I want to interface ADC with microphone and access the data via DTC. I familiar with DMA and ADC interfacing but not familiar with ADC ...
Dec 20, 2024 - FPB-RA0E1 - SAU_I2C pin selection issue for FPB-RA0E1 device configuration
Hi, i was trying to generate EEPROM code, for FPB-RA0E1 device. The code is working for custom device but while generating project, if i select FPB-RA0E1, the SAU_I2C pin selection will make error. I will share the working code, configuration for i2c, summary page and pin tab ...
Dec 17, 2024
Knowledge Base
- How to Read Analog Signal Using FPB-RA0E1 Board
Last updated on 25th May 2026 Summary of the video This video demonstrates an ADC example project on EK-RA0E1. FSP supports ADC operations on RA0E1 with the r_uarta FSP module. It shows how the application prints project and FSP version information, displays a user menu, processes commands entered ...
- How to Use a Rotary Encoder with the FPB-RA0E1 Board
Last updated on 28th May 2026 Summary of the video This video demonstrates how to read a rotary encoder on RA0E1 Fast Prototyping Board using an external interrupt and GPIO input. Flexible Software Package (FSP) supports external interrupt detection with the r_icu FSP module and GPIO reading with the ...
- How to use different low power modes on FPB-RA0E1 board
Last updated on 25th May 2026 Summary of the video This video demonstrates how to setup and enter a low-power mode on EK-RA0E1. FSP supports LPM operations on RA0E1 with the r_lpm FSP module. It shows how the ICU external IRQ and LPM modules are initialized, how ...