I would like to test all GPIO pin connection on nRF5340 device. Does Nordic provide Zephyr sample code for accessing GPIO without adding GPIO device node?
I would like to test all GPIO pin connection on nRF5340 device. Does Nordic provide Zephyr sample code for accessing GPIO without adding GPIO device node?
Hi,
We don't have any samples as I know of with that functionality. But what you can do is to:
1. Build it in debug mode
2. Run it in debug mode
3. Set the GPIO HIGH and verify the pin connection
Regards
Runar
Thanks for your reply!
Thanks for your reply!