-
Notifications
You must be signed in to change notification settings - Fork 2
RSKRX130 Sample configuration
Followings are hardware connection for RSKRX130, for more detail, please visit RSKRX130 - Quick Start Guide and RSKRX130 - User's Manual
Use Debug On-Board
-
Hardware connection for GPIO samples
-
Blinky (samples/basic/blinky): Simple LED blinky
- Build command:
$ west build -b rsk_rx130@512kb -p always samples/basic/blinky
- HW configuration: No additional connection.
- Build command:
-
Button (samples/basic/button): Simple button test
- Build command:
$ west build -b rsk_rx130@512kb -p always samples/basic/button
- HW configuration: No additional connection.
- Build command:
-
zTest (tests/drivers/gpio/gpio_basic_api):
-
Build command:
$ west build -b rsk_rx130@512kb -p always tests/drivers/gpio/gpio_basic_api
-
HW configuration: Loopback for out-gpios and in-gpios
Board Pin function Pin RSK_RX130_512KB out-gpios PD1 in-gpios PD2
-
-
-
Hardware connection for UART samples
-
echo_bot (samples/drivers/uart/echo_bot):
- Build command:
$ west build -b rsk_rx130@512kb -p always samples/drivers/uart/echo_bot
- HW configuration: No additional connection.
- Build command:
-
zTest (tests/drivers/uart/uart_basic_api):
- Build command:
$ west build -b rsk_rx130@512kb -p always tests/drivers/uart/uart_basic_api
- HW configuration: No additional connection.
- Build command:
-
zTest (tests/drivers/uart/uart_async_api):
-
Build command:
$ west build -b rsk_rx130@512kb -p always tests/drivers/uart/uart_async_api
-
HW configuration: Loopback for TXD and RXD
Board Channel Pin function Pin RSK_RX130_512KB SCI5 TXD5 PA4 RXD5 PA2
-
-
-
Hardware connection for SPI samples
- zTest spi_loopback (tests/drivers/spi/spi_loopback):
-
Build command:
$ west build -b rsk_rx130@512kb -p always tests/drivers/spi/spi_loopback
-
HW configuration: Loopback MISOA and MOSIA
Board Channel Pin function Pin RSK_RX130_512KB RSPI0 MISOA PA7 MOSIA PA6
-
- zTest spi_loopback (tests/drivers/spi/spi_loopback):
-
Hardware connection for I2C samples
- zTest i2c_api (tests/drivers/i2c/i2c_api):
-
Build command:
$ west build -b rsk_rx130@512kb -p always tests/drivers/i2c/i2c_api
-
HW configuration: Require GY-271 QMC5883L module
GY271 RSK_RX130_512KB VCC P3V3 GND GND SCL P12 (SCL) SDA P13 (SDA) DDBY -
-
- zTest i2c_api (tests/drivers/i2c/i2c_api):
-
Hardware connection for PWM samples
-
zTest pwm_api (tests/drivers/pwm/pwm_api):
- Build command:
$ west build -b rsk_rx130@512kb -p always tests/drivers/pwm/pwm_api
- HW configuration: No additional connection.
- Build command:
-
zTest pwm_loopback (tests/drivers/pwm/pwm_loopback): loopback for pin pwm_out and pwm_in
- Build command:
$ west build -b rsk_rx130@512kb -p always tests/drivers/pwm/pwm_loopback
- HW configuration: Loopback pwm_out and pwm_in
Board Channel Pin function Pin RSK_RX130_512KB MTU4 pwm_out PA0 MTU1 pwm_in P20 - Build command:
-
-
Hardware connection for Flash samples
-
Flash shell (samples/drivers/flash_shell):
- Build command:
$ west build -b rsk_rx130@512kb -p always samples/drivers/flash_shell
- HW configuration: No additional connection.
- Note: Disable the code-flash programming by removing
renesas,programming-enable;
from the DTS to reduce RAM usage.
- Build command:
-
zTest flash_common(tests/drivers/flash/flash_common):
- Build command:
$ west build -b rsk_rx130@512kb -p always tests/drivers/flash/flash_common
- HW configuration: No additional connection.
- Build command:
-
-
Hardware connection for ADC samples
-
zTest adc_accuracy_test (tests/drivers/adc/adc_accuracy_test):
- Build command:
$ west build -b rsk_rx130@512kb -p always tests/drivers/adc/adc_accuracy_test
- HW configuration: No additional connection.
- Note: Need to adjust the on-board potentialmeter (RV1) to reach the correct value
- Build command:
-
zTest adc_api (tests/drivers/adc/adc_api):
- Build command:
$ west build -b rsk_rx130@512kb -p always tests/drivers/adc/adc_api
- HW configuration: No additional connection.
- Build command:
-
-
Hardware connection for LVD samples
- Samples renesas/lvd (samples/boards/renesas/lvd):
-
Build command:
$ west build -b rsk_rx130@512kb -p always samples/boards/renesas/lvd
-
HW configuration: Connect the voltage source to the CMPA pin to monitor the voltage level on the CMPA pin.
Board Channel Pin function Pin RSK_RX130_512KB LVD1 CMPA2 PE4
-
- Samples renesas/lvd (samples/boards/renesas/lvd):
-
Hardware connection for Watchdog samples
-
zTest wdt_basic_api (tests/drivers/watchdog/wdt_basic_api)
- Build command:
$ west build -b rsk_rx130@512kb -p always tests/drivers/watchdog/wdt_basic_api
- HW configuration: No additional connection.
- Build command:
-
zTest wdt_basic_reset_none (tests/drivers/watchdog/wdt_basic_reset_none)
- Build command:
$ west build -b rsk_rx130@512kb -p always tests/drivers/watchdog/wdt_basic_reset_none
- HW configuration: No additional connection.
- Build command:
-
-
Hardware connection for Input samples
- Samples for CTSU input (samples/boards/renesas/rsk_rx130_512kb/ctsu_input)
- Build command:
$ west build -b rsk_rx130@512kb -p always samples/boards/renesas/rsk_rx130_512kb/ctsu_input
- HW configuration: No additional connection.
- Build command:
- Samples for CTSU input (samples/boards/renesas/rsk_rx130_512kb/ctsu_input)
-
Hardware connection for DTC samples
- zTest renesas_dtc (tests/misc/renesas_dtc)
-
Build command:
$ west build -b rsk_rx130@512kb -p always tests/misc/renesas_dtc
-
HW configuration: Loopback for out-gpios and in-gpios
Board Pin function Pin RSK_RX130_512KB out-gpios PD1 in-gpios PD2
-
- zTest renesas_dtc (tests/misc/renesas_dtc)
RA Sample and Demo Hardware configuration
-
EK-RA8P1 Sample and Demo hardware configuration
-
EK-RA8M1 Sample and Demo hardware configuration
-
EK-RA8D1 Sample and Demo hardware configuration
-
MCK-RA8T1 Sample and Demo hardware configuration
-
EK-RA6M1 Sample and Demo hardware configuration
-
EK-RA6M2 Sample and Demo hardware configuration
-
EK-RA6M3 Sample and Demo hardware configuration
-
EK-RA6M4 Sample and Demo hardware configuration
-
EK-RA6M5 Sample and Demo hardware configuration
-
FPB-RA6E1 Sample and Demo hardware configuration
-
FPB-RA6E2 Sample and Demo hardware configuration
-
EK-RA6E2 Sample and Demo hardware configuration
-
FPB-RA4E1 Sample and Demo hardware configuration
-
Voice-RA4E1 Sample and Demo hardware configuration
-
EK-RA4E2 Sample and Demo hardware configuration
-
EK-RA4L1 Sample and Demo hardware configuration
-
EK-RA4M1 Sample and Demo hardware configuration
-
EK-RA4M2 Sample and Demo hardware configuration
-
EK-RA4M3 Sample and Demo hardware configuration
-
EK-RA4W1 Sample and Demo hardware configuration
-
EK-RA2A1 Sample and Demo hardware configuration
-
EK-RA2L1 Sample and Demo hardware configuration
-
AWS MQTT demo application
RX Sample and Demo Hardware configuration
RZ Sample and Demo Hardware configuration
-
RZ/V2H-EVK Sample and Demo hardware configuration
-
RZ/V2N-EVK Sample and Demo hardware configuration
-
RZ/V2L-SMARC Sample and Demo hardware configuration
-
RZ/N2L-RSK Sample and Demo hardware configuration
-
RZ/T2M-RSK Sample and Demo hardware configuration
-
RZ/T2L-RSK Sample and Demo hardware configuration
-
RZ/G3S-SMARC Sample and Demo hardware configuration
-
RZ/G2L-SMARC Sample and Demo hardware configuration
-
RZ/G2LC-SMARC Sample and Demo hardware configuration
-
RZ/G2UL-SMARC Sample and Demo hardware configuration
-
RZ/A3UL-SMARC Sample and Demo hardware configuration
-
RZ/A2M-EVK Sample and Demo hardware configuration