boards/renesas/fpb_ra0e1/doc/index.rst
.. zephyr:board:: fpb_ra0e1
Overview
The FPB-RA0E1 board is designed with an architecture similar to other boards in the FPB series. Alongside the RA MCU there is an on-board programmer, pin headers for access to all the pins on the RA MCU, a power supply regulator, some LEDs and switches, and several ecosystem I/O connectors (Pmod and Arduino).
The key features of the FPB-RA0E1 board are categorized in two groups (consistent with the architecture of the board) as follows:
MCU and MCU Native Pin Access
System Control and Ecosystem Access
USB Full Speed Device (USB 2.0 Type-C™ connector)
Two 5 V input sources
On-board debugger (SWD)
User LEDs and buttons
Two popular ecosystem expansions
Hardware
Detailed hardware features can be found at:
RA0E1 Group User's Manual Hardware_FPB-RA0E1 - User's Manual_.. zephyr:board-supported-hw::
Programming and Debugging
.. zephyr:board-supported-runners::
Applications for the fpb_ra0e1 board configuration can be
built, flashed, and debugged in the usual way. See
:ref:build_an_application and :ref:application_run for more details on
building and running.
Here is an example for the :zephyr:code-sample:hello_world application.
.. zephyr-app-commands:: :zephyr-app: samples/hello_world :board: fpb_ra0e1 :goals: flash
Open a serial terminal, reset the board (press the reset switch S2), and you should see the following message in the terminal:
.. code-block:: console
***** Booting Zephyr OS v4.3.0-xxx-xxxxxxxxxxxxx ***** Hello World! fpb_ra0e1/r7fa0e1073cfj
Program can be flashed to FPB-RA0E1 via the on-board SEGGER J-Link debugger. SEGGER J-link's drivers are available at https://www.segger.com/downloads/jlink/
To flash the program to board
Connect to J-Link OB via USB port to host PC
Make sure J-Link OB jumper is in default configuration as describe in FPB-RA0E1 - User's Manual_
Execute west command
.. code-block:: console
west flash -r jlink
References
FPB-RA0E1 Website_RA0E1 MCU group Website_.. _FPB-RA0E1 Website: https://www.renesas.com/en/design-resources/boards-kits/fpb-ra0e1
.. _RA0E1 MCU group Website: https://www.renesas.com/en/products/ra0e1
.. _FPB-RA0E1 - User's Manual: https://www.renesas.com/en/document/mat/fpb-ra0e1-users-manual
.. _RA0E1 Group User's Manual Hardware: https://www.renesas.com/en/document/mah/ra0e1-group-users-manual-hardware