For power-saving we periodically enable/disable the net-core. We would like to use the WDT on the net-core
as well. Since you cannot stop the WDT, how should we handle this?
For power-saving we periodically enable/disable the net-core. We would like to use the WDT on the net-core
as well. Since you cannot stop the WDT, how should we handle this?
Hello,
The WDT is reset on wake up from FORCEOFF:
https://docs.nordicsemi.com/bundle/ps_nrf5340/page/chapters/reset/doc/reset.html#ariaid-title11
Maybe not relevant to you after all considering the WDT will not be active when you disable the netcore, but unlike on the nRF52 series, it is possible to stop the WD on the nRF53: https://docs.nordicsemi.com/bundle/ps_nrf5340/page/wdt.html#ariaid-title5
Best regards,
Vidar
Hello,
The WDT is reset on wake up from FORCEOFF:
https://docs.nordicsemi.com/bundle/ps_nrf5340/page/chapters/reset/doc/reset.html#ariaid-title11
Maybe not relevant to you after all considering the WDT will not be active when you disable the netcore, but unlike on the nRF52 series, it is possible to stop the WD on the nRF53: https://docs.nordicsemi.com/bundle/ps_nrf5340/page/wdt.html#ariaid-title5
Best regards,
Vidar