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.

TMDS64EVM: About WDT setting in sysconfig on CR5

Part Number: TMDS64EVM
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hello TI support team.

The SDK is mcu_plus_sdk_am64x_08_06_00_45.
I have two questions about watchdog_interrupt_am64x-sk_r5fss0-0_nortos_ti-arm-clang.

- Q1.
In the sysconfig of the above example, "WDT Reset Mode" was changed from "trigger NMI interrupt" to "trigger warm reset".
I was expecting a reset after 1000ms.
I built it, loaded it into CR5 and ran it from RAM, but it didn't reset.


Do I need to modify watchdog_interrupt_mode.c ?

- Q2.
Also, when "WDT Reset Mode" was set to "trigger NMI interrupt",
I changed "WDT Expiry Time in Millisecond (ms)" from 1000 to 1, but the NMI interrupt(watchdogCallback) did not occur correctly.
What could be the cause of this ?

Best regards,
Kiyomasa Imaizumi.