boards/renesas/rsk_rx140/doc/index.rst
.. zephyr:board:: rsk_rx140
Overview
The Renesas Starter Kit for RX140 is an evaluation and starter kit for developers who are new to the RX140 MCU family (Program Flash 256KB, RAM 64KB, Pin Count 80-pin). The kit includes an LCD display module and an on-chip debugging emulator
MCU Native Pin Access
The RSK-RX140 includes:
System Control and Debugging
USB Mini-B connector for serial communication (via on-board RL78/G1C USB-to-Serial MCU)
Power source options:
Debugging support:
User LEDs and buttons:
Ecosystem expansions:
Special Feature Access
Hardware
Detailed hardware features can be found at:
RX140 Group User's Manual Hardware_RSK_RX140 - User's Manual_.. zephyr:board-supported-hw::
Programming and Debugging
.. zephyr:board-supported-runners::
Applications for the rsk_rx140 board can be built, flashed, and debugged using standard
Zephyr workflows. Refer to :ref:build_an_application and :ref:application_run for more details.
The program can be flashed to RSK-RX140 using the E2 Lite debugger by
connecting the board's 14-pin debug connector to the host PC.
Here’s an example for building and flashing the :zephyr:code-sample:hello_world application.
.. zephyr-app-commands:: :zephyr-app: samples/hello_world :board: rsk_rx140 :goals: build flash
You can use Renesas Debug extension_ on Visual Studio Code for a visual debug interface.
The configuration for launch.json is as below.
.. code-block:: json
{ "version": "0.2.0", "configurations": [ { "type": "renesas-hardware", "request": "launch", "name": "RX140 Renesas Debugging E2lite", "target": { "deviceFamily": "RX", "device": "R5F51406", "debuggerType": "E2LITE" "serverParameters": [ "-uUseFine=", "1", "-w=", "0", ], } } ] }
References
RSK_RX140 Website_RX140 MCU group Website_.. _RSK_RX140 Website: https://www.renesas.com/en/design-resources/boards-kits/rsk-rx140
.. _RX140 MCU group Website: https://www.renesas.com/en/products/rx140
.. _RSK_RX140 - User's Manual: https://www.renesas.com/en/document/mat/renesas-starter-kit-rx140-users-manual
.. _RX140 Group User's Manual Hardware: https://www.renesas.com/en/document/mah/rx140-group-users-manual-hardware-rev120
.. _Renesas Debug extension: https://marketplace.visualstudio.com/items?itemName=RenesasElectronicsCorporation.renesas-debug