Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11568
    LIM PHANG MOH
    Keymaster

    The SLEEP_1S uses the WDT as a timer to wake up. When used as timer, the WDT cannot be used to reset the MCU when it hangs. The only way to do this is to SLEEP_FOREVER but uses other mechanism to wake up (example: external RTC) and but uses the WDT to reset instead.

    #11570
    rocketman
    Participant

    Thank you Lim Phang Moh for your clarification. I don’t have an external pulse to wake up from SLEEP_FOREVER – Could that be done with one of the inbuilt timers instead?

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.