主题中讨论的其他器件: SysConfig、 TMDSCNCD263P
工具与软件:
您好!
我的客户会在以下环境下评估 AM263P4。
CCS 12.8.1.
SDK 10.1.0.31
SysConfig 1.22.0
电路板 TMDSCNCD263P 版本 A
当他们尝试运行看门狗示例"WATCHDOG_INTERRUPT_am263px-cc_r5fss0-0_nortos_ti-arm-clang"时、代码卡在 WATCHDOG_INTERRUPT_MAIN ()中的 while 循环中。
似乎 gWatchdgInt 保留为"0"、代码无法从 while ()退出。
watchdog_interrupt_mode.c:第50行
DebugP_log("Watchdog interrupt Mode Test Started ...\r\n");
while (gWatchdogInt < NUM_OF_ITERATIONS);
DebugP_log("Watchdog Driver NMI received\r\n");
DebugP_log("All tests have passed!!\r\n");
客户按原样使用示例。 是否需要任何配置?
谢谢。此致、
田代浩一郎