boards/renesas/mcb_rx26t/doc/index.rst
.. zephyr:board:: mcb_rx26t
Overview
MCB-RX26T Type B is a CPU board for motor control evaluation. By using this product in combination with an inverter board, motor control using RX26T can be easily performed.
MCU Native Pin Access
The MCB-RX26T Type B includes:
System Control and Debugging
Power supply: DC 5V,3.3V (selectable with jumper switch) Select one way automatically from the below
Debugging support:
Connector:
User LEDs and buttons:
Hardware
Detailed hardware features can be found at:
RX26T MCU: RX26T Group User's Manual Hardware_
MCB-RX26T Type B: MCB-RX26T Type B - User's Manual_
Note: The CPU used in the RX26T is based on the RXv3 core. However, the current version of the Zephyr kernel only supports the RXv1 core. Since the RXv3 core is backward-compatible with RXv1, it works with this version. But the following limitations apply:
.. zephyr:board-supported-hw::
Programming and Debugging
.. zephyr:board-supported-runners::
Applications for the mcb_rx26t board can be built, flashed, and debugged using standard
Zephyr workflows. Refer to :ref:build_an_application and :ref:application_run for more details.
Program can be flashed to MCB-RX26T via e2lite E2OB (Onboard debugger circuit).
To flash the program to board
Connect from board's debug connector port to host PC using USB connector for E2 OB.
Execute west command
.. code-block:: console
west 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": "Renesas GDB Hardware Debugging", "target": { "deviceFamily": "RX", "device": "R5F526TF", "debuggerType": "E2LITE", "serverParameters": [ "-uUseFine=", "1", "-w=", "1", ], } } ] }
References
MCB-RX26T Type B Website_RX26T MCU group Website_.. _MCB-RX26T Type B Website: https://www.renesas.com/en/design-resources/boards-kits/mcb-rx26t-type-b
.. _RX26T MCU group Website: https://www.renesas.com/en/products/microcontrollers-microprocessors/rx-32-bit-performance-efficiency-mcus/rx26t-32-bit-microcontroller-optimized-dual-motor-and-pfc-control
.. _MCB-RX26T Type B - User's Manual: https://www.renesas.com/en/document/mat/mcb-rx26t-type-b-users-manual
.. _RX26T Group User's Manual Hardware: https://www.renesas.com/en/document/mah/rx26t-group-users-manual-hardware
.. _Renesas Debug extension: https://marketplace.visualstudio.com/items?itemName=RenesasElectronicsCorporation.renesas-debug