Reset Pin as GPIO

I am working on a custom nRF552832 board. I need to use the reset pin (p0.21) as GPIO input.

I am using the NRFConnect plugin on VSCode to develop and program the board.

The issue i am having is that the reset pin is refusing to be disabled so i can use it as GPIO.

In my custom board defconfig i have CONFIG_GPIO_AS_PINRESET=n and when I build the project the .config file has CONFIG_GPIO_AS_PINRESET commented out.

However when i flash the board my VSCode terminal says "Enabling pin reset" and "Applying pin reset".

I am not sure how to get around this any advice is welcome.
Parents Reply Children
No Data
Related