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 ?
@Thangaraj: How did you feed the watchdog ? Do you mean that every time, the first run after you program the firmware, you can't feed the dog and it will trigger a WDT reset ? Have you experienced the same with our example ? If you test with your code , could you edit your question and attach the code ?
Inside peripheral init I have SPI UART I2C inits , display and other sensor inits too .. When I do Hardreset I mean remove my battery and connect again WDT is not rebooting, When I do flash from IDE , This time its a softreset and the previous WDT configuration remain same and the board reboots ..