RZA2M‐EVK Sample and Demo hardware configuration - renesas/zephyr GitHub Wiki
Followings are hardware connection and test samples for RZ/A2M-EVK, for more detail on 1st setup hardware connection, please visit RZ/A2M Group User's Manual: Hardware and Getting Started with the Renesas RZ/A2M Evaluation Board Kit ( R01QS0038EJ0103 )
Default HW configuration
- CPU Board:
HW | Configurations | Remark |
---|---|---|
SW1[1:8] | OFF, ON, OFF, ON, ON, OFF, OFF, OFF | Functions of System Setting DIP Switch |
- Sub Board:
HW | Configurations | Remark |
---|---|---|
SW1 | ON | Power supply switch |
SW6[1:10] | ON, ON, ON, OFF, OFF, OFF, OFF, ON, ON, ON | DIP Switch Functions |
The UART port is accessed by USB-Serial port (CN5).
Hardware connection for UART samples
-
echo_bot (samples/drivers/uart/echo_bot):
- Hardware configuration: No additional connection.
- Build command:
west build -p always -b rza2m_evk 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 rza2m_evk 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 rza2m_evk samples/basic/blinky
-
zTest gpio_api_1pin (tests/drivers/gpio/gpio_api_1pin):
- Hardware configuration: No additional connection
- Build command:
west build -p always -b rza2m_evk tests/drivers/gpio/gpio_api_1pin
-
zTest gpio_basic_api (tests/drivers/gpio/gpio_basic_api):
-
Hardware configuration:
- Wire pin PG_2 (CN17- 24) to pin PG_0 (CN17- 26)
-
Build command:
west build -p always -b rza2m_evk tests/drivers/gpio/gpio_basic_api
-