|
| 1 | +.. zephyr:board:: mck_ra8t2 |
| 2 | +
|
| 3 | +Overview |
| 4 | +******** |
| 5 | + |
| 6 | +The MCK-RA8T2 is an Motor Control Kit for Renesas RA8T2 MCU Group which integrates multiple series of software-compatible |
| 7 | +Arm®-based 32-bit cores that share a common set of Renesas peripherals to facilitate design scalability and efficient |
| 8 | +platform-based product development. |
| 9 | + |
| 10 | +The MCU in this series incorporates a high-performance Arm® Cortex®-M85 core running up to 1 GHz and Arm® |
| 11 | +Cortex®-M33 core running up to 250 MHz with the following features: |
| 12 | + |
| 13 | +- Up to 1 MB MRAM |
| 14 | +- 2 MB SRAM (256 KB of CM85 TCM RAM, 128 KB CM33 TCM RAM, 1664 KB of user SRAM) |
| 15 | +- Octal Serial Peripheral Interface (OSPI) |
| 16 | +- Layer 3 Ethernet Switch Module (ESWM), USBFS, SD/MMC Host Interface |
| 17 | +- Analog peripherals |
| 18 | +- Security and safety features |
| 19 | + |
| 20 | +MCK-RA8T2 kit includes the items below: |
| 21 | + |
| 22 | +- RA8T2 CPU board (`MCB-RA8T2`_) |
| 23 | +- Inverter board (`MCI-LV-1`_) |
| 24 | +- Communication board (`MC-COM`_) |
| 25 | +- Permanent magnet synchronous motors |
| 26 | +- Accessories (cables, standoffs, etc.) |
| 27 | + |
| 28 | +The specifications of the CPU board are shown below: |
| 29 | + |
| 30 | +**MCU specifications** |
| 31 | + |
| 32 | +- A high-performance RA8T2 MCU featuring an Arm® Cortex®-M85 core running up to 1 GHz and an Arm® Cortex®-M33 core |
| 33 | + running up to 250 MHz, offered in a 289-pin BGA package. |
| 34 | +- MRAM/SRAM size: 1MB/2MB |
| 35 | +- MCU input clock: 24MHz (Generate with external crystal oscillator) |
| 36 | +- Power supply: DC 5V, select one way automatically from the below: |
| 37 | + |
| 38 | + - Power is supplied from compatible inverter board |
| 39 | + - Power is supplied from USB connector |
| 40 | + |
| 41 | +**Connector** |
| 42 | + |
| 43 | +- Inverter board connector (2 pair) |
| 44 | +- USB connector for J-Link On-Board |
| 45 | +- USB connector for RA8T2 |
| 46 | +- SCI connector for Renesas Motor Workbench communication |
| 47 | +- Through hole for CAN communication |
| 48 | +- 20 pin through hole for Arm debugger |
| 49 | +- Pmod connectors (Type2A + Type3A/6A) |
| 50 | +- User-controllable LED x6, Power LED x1,Ether CAT LED x8 |
| 51 | +- MCU reset switch |
| 52 | +- Ether CAT connector |
| 53 | +- MicroSD slot |
| 54 | +- DSMIF |
| 55 | + |
| 56 | +**Onboard debugger** |
| 57 | + |
| 58 | +This product has the onboard debugger circuit, J-Link On-Board (hereinafter called “J-Link-OB”). When you write a |
| 59 | +program, open the JP3 and connect the USB connector(CN13) on CPU board to PC with USB cable. J-Link-OB operates as debugger equivalent to J-Link. |
| 60 | +If connecting from flash programing tool (e.g. J-Flash Lite by SEGGER), set the type of debugger (tool) to “J-Link” |
| 61 | + |
| 62 | +Hardware |
| 63 | +******** |
| 64 | +Detailed Hardware features for the RA8T2 MCU group can be found at: |
| 65 | +- The RA8T2 MCU group: `RA8T2 Group User's Manual Hardware`_ |
| 66 | +- The MCB-RA8T2 board: `MCB-RA8T2 - User's Manual`_ |
| 67 | + |
| 68 | +Supported Features |
| 69 | +================== |
| 70 | + |
| 71 | +.. zephyr:board-supported-hw:: |
| 72 | +
|
| 73 | +.. note:: |
| 74 | + |
| 75 | + For using SDHC module on MCK-RA8T2, Connect microSD Card to microSD Socket (CN17) |
| 76 | + |
| 77 | +Programming and Debugging |
| 78 | +************************* |
| 79 | + |
| 80 | +.. zephyr:board-supported-runners:: |
| 81 | +
|
| 82 | +Applications for the ``mck_ra8t2`` board configuration can be |
| 83 | +built, flashed, and debugged in the usual way. See |
| 84 | +:ref:`build_an_application` and :ref:`application_run` for more details on |
| 85 | +building and running. |
| 86 | + |
| 87 | +Here is an example for the :zephyr:code-sample:`hello_world` application on CM85 core. |
| 88 | + |
| 89 | +.. zephyr-app-commands:: |
| 90 | + :zephyr-app: samples/hello_world |
| 91 | + :board: mck_ra8t2/r7ka8t2lfecac/cm85 |
| 92 | + :goals: flash |
| 93 | + |
| 94 | +Open a serial terminal, reset the board (push the reset switch S1), and you should |
| 95 | +see the following message in the terminal: |
| 96 | + |
| 97 | +.. code-block:: console |
| 98 | +
|
| 99 | + ***** Booting Zephyr OS v4.2.0-xxx-xxxxxxxxxxxxx ***** |
| 100 | + Hello World! mck_ra8t2/r7ka8t2lfecac/cm85 |
| 101 | +
|
| 102 | +Flashing |
| 103 | +======== |
| 104 | + |
| 105 | +Program can be flashed to MCB-RA8T2 via the on-board SEGGER J-Link debugger. |
| 106 | +SEGGER J-link's drivers are available at https://www.segger.com/downloads/jlink/ |
| 107 | + |
| 108 | +To flash the program to board |
| 109 | + |
| 110 | +1. Connect to J-Link OB via USB port to host PC |
| 111 | + |
| 112 | +2. Make sure J-Link OB jumper is in default configuration as describe in `MCB-RA8T2 - User's Manual`_ |
| 113 | + |
| 114 | +3. Execute west command |
| 115 | + |
| 116 | + .. code-block:: console |
| 117 | +
|
| 118 | + west flash -r jlink |
| 119 | +
|
| 120 | +References |
| 121 | +********** |
| 122 | +- `MCK-RA8T2 Website`_ |
| 123 | +- `RA8T2 MCU group Website`_ |
| 124 | + |
| 125 | +.. _MCK-RA8T2 Website: |
| 126 | + https://www.renesas.com/en/design-resources/boards-kits/mck-ra8t2 |
| 127 | + |
| 128 | +.. _RA8T2 MCU group Website: |
| 129 | + https://www.renesas.com/en/products/ra8t2 |
| 130 | + |
| 131 | +.. _MCB-RA8T2 - User's Manual: |
| 132 | + https://www.renesas.com/en/document/mat/mcb-ra8t2-users-manual?r=25576094 |
| 133 | + |
| 134 | +.. _RA8T2 Group User's Manual Hardware: |
| 135 | + https://www.renesas.com/en/document/mah/ra8t2-group-users-manual-hardware?r=25575951 |
| 136 | + |
| 137 | +.. _MCB-RA8T2: |
| 138 | + https://www.renesas.com/en/design-resources/boards-kits/mcb-ra8t2 |
| 139 | + |
| 140 | +.. _MCI-LV-1: |
| 141 | + https://www.renesas.com/en/design-resources/boards-kits/mci-lv-1 |
| 142 | + |
| 143 | +.. _MC-COM: |
| 144 | + https://www.renesas.com/en/design-resources/boards-kits/mc-com |
0 commit comments