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
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
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