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 ?
I don't think it will stop the WDT. So a reset needed.
I would suggest to do a pin reset (nrfjprog -p) after you erase the chip. Or you can put a delay to make sure the WDT trigger the reset before you flash the new firmware.
I don't think it will stop the WDT. So a reset needed.
I would suggest to do a pin reset (nrfjprog -p) after you erase the chip. Or you can put a delay to make sure the WDT trigger the reset before you flash the new firmware.