This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to reset the nrf52840 chip by the p0.18 interface?

Hi Team,

I want to control the reset process on nrf52840 chips by the reset interface(p0.18)?

How can I do that?

With best regards,

Gaosheng 

Parents
  • Hey,

    You need to enable pin reset by adding  CONFIG_GPIO_AS_PINRESET variable to the compiler preprocessor macros. You can refer this page to know how to do this. Note that pin p0.18 is already enabled as pin reset in an nRF52840DK and is connected to the RESET Button(SW5).

    Regards,

    Swathy

Reply
  • Hey,

    You need to enable pin reset by adding  CONFIG_GPIO_AS_PINRESET variable to the compiler preprocessor macros. You can refer this page to know how to do this. Note that pin p0.18 is already enabled as pin reset in an nRF52840DK and is connected to the RESET Button(SW5).

    Regards,

    Swathy

Children
No Data
Related