This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Changing the output from LED1 to a GPIO pin say P0.11 on nRF52832

Hello,

I am working on few projects involving nRF52 DK's using the nRF52 15.2.0 SDK. I would like to know which would be a more efficient and reliable way of changing the output from LED1 to a GPIO pin say P0.11 on the board among the two ways I know which I have stated below.

--> Creating a custom board in which I define the LED1 pin to be the desired P0.11 pin.

--> Modifying the main.c file to reflect the changes at the output on the desired pin.

Thank you.

Related