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
- FPB-RA0E1 I2C interface read operation with I2C EEPROM 32KBIT 24LC32
Hi, I wanted to read the EEPROM 32KBIT 24LC32 values from specified locations using I2C interface with FPB-RA0E1 mcu as master. i found the R_IICA_MASTER_Read interface Api for the same. But in this interface api , if i need to read the value of external EEPROM from ...
Nov 15, 2024 - I2C SCL and SDA pin configuration difference in schematic and e2 studio pin tab and e2 studio stack properties in FPB-RA0E1
Hi, i was tried to generate a simple I2C write and read code by referring IICA example code for fpb-raoe1 from example bundle. For that first i select the IICA master in stack tab-> connectivity->IICA_Master. i was trying to select SDA and SDL in the property window ...
Nov 20, 2024 - I-002A Fundamentals of FSP on FPB-RA0E1 and FSP 6.5.1
Materials for I-002A Fundamentals of FSP on FPB-RA0E1 and FSP 6.5.1
Knowledge Base
- How to use an infrared Proximity Sensor with FPB-RA0E1
Last updated on 28th May 2026 Summary of the video This video demonstrates how to read an infrared proximity sensor on RA0E1 Fast Prototyping Board. Flexible Software Package (FSP) supports ADC conversion with the r_adc_d module.This example demonstrates configuring the ADC, continuously reading the analog output of ...
- How to Use Real-Time Clock on FPB-RA0E1
Last updated on 1st June 2026 Summary of the video This video demonstrates how to update and read the RTC on RA0E1 Fast Prototyping Board using UART input. Flexible Software Package (FSP) supports RTC operation with the r_rtc_c FSP module and serial communication with the r_uarta FSP ...
- How to Read GPIO Pin State Using FPB-RA0E1 Board
Last updated on 25th May 2026 Summary of the video This video demonstrates basic GPIO operations by reading the state of a user button on EK-RA0E1. FSP supports I/O Port operations on RA0E1 with the r_ioport FSP module. It shows how the IOPORT driver is used ...