I have a project that I need to use most of the GPIO pins available on the nRF52840 DK. I'm using SDK V17.
I'm writing a test program that toggles all GPIO pins on an nRF52840 DK. All GPIO pins are configured as outputs.I find out some of the GPIO pins are not toggling:
P0.0 P0.01 P0.06 P0.08 P0.09 P0.10
How do I make the above GPIO working?