Hi,
We have a little issue that we at the moment need to cycle power on v3 nRF51822 after DFU.
We have determined the the reason has something to do with the whole complicated system configs - we use a customised bootloader that uses button, leds etc - and the app itself uses PWM (app_pwm patched my Mr Koppel). Issue now is that after DFU, the app freezes to nrf_drv_gpiote_out_init while initializing PWM.
I'm looking for a robust way to clear config after DFU to comparable to power cycle - how can we do that? Is there any suitable API? We do still want to utilise RAM retention for bonding info.
Br, //HS