RZA3UL‐SMARC Sample and Demo hardware configuration - renesas/zephyr GitHub Wiki
Followings are hardware connection and test samples for RZ/A3UL-SMARC, for more detail on 1st setup hardware connection, please visit RZ/G2UL, RZ/A3UL, RZ/Five SMARC Module Board User's Manual: Hardware and RZ/A Getting Started with Flexible Software Package
Default HW configuration
HW | Configurations | Remark |
---|---|---|
SW11[1:4] | OFF, OFF, OFF, ON | QSPI boot (1.8V) mode |
SW1-1 | OFF | JTAG debug mode |
The UART port is accessed by USB Type-microB Connector (CN14).
Hardware connection for UART samples
-
echo_bot (samples/drivers/uart/echo_bot):
- Hardware configuration: No additional connection.
- Build command:
west build -p always -b rza3ul_smarc 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 rza3ul_smarc 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 rza3ul_smarc samples/basic/blinky
-
Button (samples/basic/button): Simple button test
- HW configuration: No additional connection.
- Build command:
$ west build -p always -b rza3ul_smarc 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 rza3ul_smarc tests/drivers/gpio/gpio_api_1pin
-
zTest gpio_basic_api (tests/drivers/gpio/gpio_basic_api):
- Hardware configuration: wire pin P01_3 (Pmod0-9) to pin P01_4 (Pmod0-10)
- Build command:
west build -p always -b rza3ul_smarc tests/drivers/gpio/gpio_basic_api