Tool/software:
Hi Team,
I know c2000 can be wake up by any GPIO, so could c2000 can be wake up from timer?
Best Regards,
Zane
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.
Tool/software:
Hi Team,
I know c2000 can be wake up by any GPIO, so could c2000 can be wake up from timer?
Best Regards,
Zane
Hi Zane,
This is dependent on the LPM being used.
IDLE: GPIO + Any enabled interrupt wakeups up the CPU. So any configured timer interrupt would initiate a wakeup.
STANDBY: GPIO + An NMI (or Watchdog Interrupt) can wake the CPU.
HALT: Only GPIO or Watchdog Interrupt can wake the CPU.
The watchdog timer is a dedicated "timer" that can be used to wakeup the device from any LPM, however the CPU timers or other timer sources would only be able to wake the device from IDLE mode.
Best Regards,
Zackary Fleenor