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 ?
Ok, I see. Initialize the peripheral can take too much time and without being feed the dog will reset the board. If you want to avoid that, I would suggest to do an erase all on your board, before you flash the new firmware. This is to avoid the WDT from running and reset the board.
Ok, I see. Initialize the peripheral can take too much time and without being feed the dog will reset the board. If you want to avoid that, I would suggest to do an erase all on your board, before you flash the new firmware. This is to avoid the WDT from running and reset the board.