Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

GPIO state is reset by SoftReset (Migrating SDK 13 --> 15)

Hi. 

My target board has a power switch that is managed by GPIO.

First-time, a user clicks the button, the GPIO is turned on and the system wakes up.

In reset case(Firmware updates or assertion failure), the GPIO state is also maintained so the system can operate normally.  

When I use SDK-13 & SoftDevice(v 4.x), above scenario goes well.

Now we are migrating to SDK-15 & SoftDevice (v 6.0).

But after Soft-reset(NVIC_SystemReset) the GPIO state is reset to zero and the system goes to the power-off state.

Is there any way to maintain GPIO state after Soft-reset using SoftDevice (v. 6)

Best.

Parents Reply Children
No Data
Related