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.