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

nRF52840 Dev. Kit - User P0.18 instead of RESET

Hello

  We cannot use the P0.18 pin as standard GPIO on the nRF52840 Dev. Kit.

What are the actions HW / SW to do to use this pin as standard GPIO ?

Should be cut some solder-joints and change SW setup ?

Thanks.

Parents
  • Hi Thierry

    The reset functionality and how to disable/enable it is described here

    Essentially you need to compile your firmware without the CONFIG_GPIO_AS_PINRESET variable defined (the SDK examples include this define by default). 

    After removing the define, perform a full chip erase, reflash the code, and you should be good to go. 

    Please let me know if you need any more details. 

    Best regards
    Torbjørn

Reply
  • Hi Thierry

    The reset functionality and how to disable/enable it is described here

    Essentially you need to compile your firmware without the CONFIG_GPIO_AS_PINRESET variable defined (the SDK examples include this define by default). 

    After removing the define, perform a full chip erase, reflash the code, and you should be good to go. 

    Please let me know if you need any more details. 

    Best regards
    Torbjørn

Children
Related