I am trying to use P0.00 and P0.01 as GPIOs on nrf5340 DK board. I have opened SB1 and SB2. Also, soldered SB3 and SB4. I am using blinky example to test the configuration. However, I can not set the logic levels. The Pin 0.00 set to logic 0.
I have modified prj.conf to enable internal RC oscillator. prj.conf looks as follows
CONFIG_GPIO=y CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y CONFIG_CLOCK_CONTROL_NRF_K32SRC_500PPM=y CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y
Please find the complete project at GITHUB link: nrf5430_playground/blinky at master · surendranadkarni/nrf5430_playground (github.com)
Would you please help?