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.
我的项目需要添加暂停模式、我从中读取了示例
C:\ti\c2000Ware_4_01_00_00\driverlib\f28002x\examples\lpm\lpm_ex5_haltwake_gpio.c &
C:\ti\c2000Ware_4_01_00_00\driverlib\f28002x\examples\lpm\lpm_ex6_haltwake_gpio_watchdog.c、并且我使用 看门狗从暂停状态唤醒、但我的系统无法唤醒。 中断 块未进入。 有人建议这样做吗?
谢谢
John
尊敬的 John:
如 TRM 中所述、从 HALT 模式唤醒仅为 GPIO。 Ex5将 GPIO0配置为禁用看门狗的唤醒源。 而 ex6启用了看门狗。 一旦看门狗到期、器件将复位
此致、
Veena