This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2642R: CC2642 watchdog problem

Part Number: CC2642R

Hi,

The first timeout for the watchdog is to go into interrupt, the second timeout is to reset. Can this be configured to reset on the first timeout, I don't need an interrupt.When I configure the timeout to be 2 seconds, it actually takes 4 seconds for the reset to occur

sdk:simplelink_cc13x2_26x2_sdk_5_10_00_48

  • Hi,

    Thank you for reaching out. The purpose of the watchdog is to first alert and then reset if the alert is not cleared. However, if you would like to reset on the first interrupt, then you can make a call to reset the device inside the interrupt.

    Best Regards,

    Jan