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.

[参考译文] SK-AM62-LP:SK-AM62-LP

Guru**** 2328790 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1523341/sk-am62-lp-sk-am62-lp

器件型号:SK-AM62-LP

工具/软件:

尊敬的团队:  
我配置了 watch_dog

/*看门狗驱动程序参数*/
Watchdog_Params gWatchdogParams[CONFIG_WATCHDOG_NUM_Instances]=
  {
   .callbackFxn     = NULL
   .callbackFxnArgs   = NULL
   .resetMode      = WATCHDOG_RESET_OFF、
   debugStallMode   = WATCHDOG_DEBUG_STALL_ON
   .windowSize     = WATCHDOG_WINDOW_100_PERCENT、
   .expirationTime   = 10000
  }、
};
但仍然可以复位 SOC。 而不是生成 NMI 中断。