RZA3M‐EK Sample and Demo hardware configuration - renesas/zephyr GitHub Wiki
Followings are hardware connection and test samples for RZ/A3M-EK, for more detail on 1st setup hardware connection, please visit EK-RZ/A3M v1 User's Manual and RZ/A Getting Started with Flexible Software Package
Default HW configuration
| HW | Configurations | Remark |
|---|---|---|
| SW5[1:5] | OFF, OFF, OFF, OFF, OFF | Boot from 3.3V QSPI NOR flash |
| SW4-5 | OFF | NOR Flash Selected |
Board set-up
EK-RZ/A3M uses Initial Program Loader (IPL) to perform initial settings and copy the Zephyr image from flash to DDR SRAM for execution. It only needs to be written to flash at least once before running Zephyr. Follow "3. Set Up a Target Board" and "4. Tutorial: Your First RZ MPU Project - Blinky" of RZ/A Getting Started with Flexible Software Package to set up the board and write the first blinky project, the IPL rza3m_ek_nor_ipl.srec will be downloaded at debug step.
Hardware connection for LVGL samples
- LVGL basic sample (samples/modules/lvgl/demos)
- HW configuration: Connect the MIPI Graphics Expansion Board 2 with the board RZ/A3M-EK
- Build command:
$ west build -p always -b rza3m_ek --shield rtkapplcdms02001be samples/modules/lvgl/demos -DCONFIG_LV_Z_DEMO_BENCHMARK=y
Hardware connection for UART samples
-
echo_bot (samples/drivers/uart/echo_bot):
- Hardware configuration: No additional connection.
- Build command:
west build -p always -b rza3m_ek samples/drivers/uart/echo_bot
-
zTest uart_basic_api (tests/drivers/uart/uart_basic_api):
- Hardware configuration: No additional connection.
- Build command:
west build -p always -b rza3m_ek tests/drivers/uart/uart_basic_api
Hardware connection for GPIO samples
-
Blinky (samples/basic/blinky): Simple LED blinky
- HW configuration: No additional connection.
- Build command:
$ west build -p always -b rza3m_ek samples/basic/blinky
-
Button (samples/basic/button): Simple button test
- HW configuration: No additional connection.
- Build command:
$ west build -p always -b rza3m_ek samples/basic/button
-
zTest gpio_api_1pin (tests/drivers/gpio/gpio_api_1pin):
- Hardware configuration: No additional connection
- Build command:
west build -p always -b rza3m_ek tests/drivers/gpio/gpio_api_1pin
-
zTest gpio_basic_api (tests/drivers/gpio/gpio_basic_api):
- Hardware configuration: wire pin P5_3 to pin P8_0
- Build command:
west build -p always -b rza3m_ek tests/drivers/gpio/gpio_basic_api