Tool/software: TI-RTOS
Hi all,
I'm using the watchdog with an event_pend TI-RTOS semaphore. My watchdog reload value is 8 seconds. I observe an unexpected watchdog triggered reset every 7 minutes.
Here are a couple of interesting observation:
- I don't see any hardware or software component in our system with such a long period.
- When watchdog is disabled, system works fine and doesn't hang/freeze after 7 minutes
- I check the reset source register, and I'm 100% sure the reset is triggered by the watchdog
- Reset only happens when no other event wakes up the CPU for 7 minutes. If any other event occurs in between, it will 'reset' the 7 min counter
- So far, our workaround is to set the event_pend timeout to a value lower than 7 minutes.
Any idea?
Thanks,
Val