Other Parts Discussed in Thread: SYSCONFIG, TMDSCNCD263P
Tool/software:
Hi,
My customer evaluates AM263P4 with below environment.
CCS 12.8.1
SDK 10.1.0.31
Sysconfig 1.22.0
Board TMDSCNCD263P rev.A
When they tried to run watchdog example "watchdog_interrupt_am263px-cc_r5fss0-0_nortos_ti-arm-clang", the code stuck in while loop in watchdog_interrupt_main().
It seems gWatchdgInt is kept '0' and code cannot exit from while().
watchdog_interrupt_mode.c : line#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");
The customer uses the example as is. Is there any configuration needed?
Thanks and regards,
Koichiro Tashiro