|
| 1 | +.. _ek_ra2a1: |
| 2 | + |
| 3 | +RA2A1 Evaluation Kit |
| 4 | +#################### |
| 5 | + |
| 6 | +Overview |
| 7 | +******** |
| 8 | + |
| 9 | +The EK-RA2A1 is an evaluation kit for Renesas RA2A1 Microcontroller Group. |
| 10 | + |
| 11 | +Renesas RA2A1 Microcontroller Group has following features |
| 12 | + |
| 13 | +- 48MHz, Arm Cortex-M23 core |
| 14 | +- 256kB Code Flash, 8kB Data Flash, 32kB SRAM |
| 15 | +- USB 2.0 Full-Sppeed |
| 16 | +- SCI x 3 |
| 17 | +- SPI x 2 |
| 18 | +- I2C x 2 |
| 19 | +- CAN x 1 |
| 20 | +- 16-bit A/D Converter |
| 21 | +- 24-bit Sigma-Delta A/D Converter |
| 22 | +- 12-bit D/A Converter |
| 23 | +- 8-bit D/A Converter x 2 |
| 24 | +- High-Speed Analog Comparator |
| 25 | +- Low-Power Analog Comparator |
| 26 | +- OPAMP x 3 |
| 27 | +- Temperature Sensor |
| 28 | +- General PWM Timer 32-bit x 1 |
| 29 | +- General PWM Timer 16-bit x 6 |
| 30 | +- Low Power Asynchronous General-Purpose Timer x 2 |
| 31 | +- Watchdog Timer |
| 32 | +- 49 Input/Output pins |
| 33 | + |
| 34 | +Hardware |
| 35 | +******** |
| 36 | + |
| 37 | +EK-RA2A1 has following features. |
| 38 | + |
| 39 | +- Native pin access through 4x 40-pin male headers |
| 40 | +- MCU current measurement points |
| 41 | +- SEGGER J-Link on-board programmer and debugger |
| 42 | +- Two Digilent Pmod (SPI and UART) |
| 43 | +- User LED |
| 44 | +- Mechanical user button |
| 45 | +- Capacitive user button |
| 46 | + |
| 47 | +Supported Features |
| 48 | +================== |
| 49 | + |
| 50 | +The Renesas EK-RA2A1 board configuration supports the following |
| 51 | +hardware features: |
| 52 | + |
| 53 | ++-----------+------------+-------------------------------+ |
| 54 | +| Interface | Controller | Driver/components | |
| 55 | ++===========+============+===============================+ |
| 56 | +| PINCTRL | on-chip | pinctrl | |
| 57 | ++-----------+------------+-------------------------------+ |
| 58 | +| CLOCK | on-chip | clock_control | |
| 59 | ++-----------+------------+-------------------------------+ |
| 60 | +| GPIO | on-chip | gpio | |
| 61 | ++-----------+------------+-------------------------------+ |
| 62 | +| UART | on-chip | uart | |
| 63 | ++-----------+------------+-------------------------------+ |
| 64 | + |
| 65 | +The default configuration can be found in |
| 66 | +:zephyr_file:`boards/renesas/ek_ra2a1/ek_ra2a1_defconfig` |
| 67 | + |
| 68 | + |
| 69 | +Programming and debugging |
| 70 | +************************* |
| 71 | + |
| 72 | +Building & Flashing |
| 73 | +=================== |
| 74 | + |
| 75 | +You can build and flash an application with onboard J-Link debug adapter. |
| 76 | +:ref:`build_an_application` and |
| 77 | +:ref:`application_run` for more details). |
| 78 | + |
| 79 | +Here is an example for building and flashing the :zephyr:code-sample:`blinky` application. |
| 80 | + |
| 81 | +.. zephyr-app-commands:: |
| 82 | + :zephyr-app: samples/basic/blinky |
| 83 | + :board: ek_ra2a1 |
| 84 | + :goals: build flash |
| 85 | + |
| 86 | + |
| 87 | +Debugging |
| 88 | +========= |
| 89 | + |
| 90 | +Debugging also can be done with onboard J-Link debug adapter. |
| 91 | +The following command is debugging the :zephyr:code-sample:`blinky` application. |
| 92 | +Also, see the instructions specific to the debug server that you use. |
| 93 | + |
| 94 | +.. zephyr-app-commands:: |
| 95 | + :zephyr-app: samples/basic/blinky |
| 96 | + :board: ek_ra2a1 |
| 97 | + :maybe-skip-config: |
| 98 | + :goals: debug |
| 99 | + |
| 100 | + |
| 101 | +References |
| 102 | +********** |
| 103 | + |
| 104 | +.. EK-RA2A1 Web site: |
| 105 | + https://www.renesas.com/us/en/products/microcontrollers-microprocessors/ra-cortex-m-mcus/ek-ra2a1-evaluation-kit-ra2a1-mcu-group |
0 commit comments