Hi ,
We are using NRF52, S132 softdevice ... Whenever we do hard reset everything works fine .. But if I do flash from my IDE (using eclipse,this is a soft reset) and it goes into a WDT reboot .
How can I reconfgure WDT in this case ?
Hi ,
We are using NRF52, S132 softdevice ... Whenever we do hard reset everything works fine .. But if I do flash from my IDE (using eclipse,this is a soft reset) and it goes into a WDT reboot .
How can I reconfgure WDT in this case ?
This is my flow .
main(){
gpio_init();
peripheral_init(); // here it reboots everytime if I do a flash and it works after a wdt reset
timers_init()'
watch_dog_init();
while(1){
feed();
do_something();
}
I made sure reset is because of wdt by reading RESETREAS register.
This is my flow .
main(){
gpio_init();
peripheral_init(); // here it reboots everytime if I do a flash and it works after a wdt reset
timers_init()'
watch_dog_init();
while(1){
feed();
do_something();
}
I made sure reset is because of wdt by reading RESETREAS register.