Tool/software: Code Composer Studio
Hi
I refer watchdog test from path C:\ ti \ mmwave_sdk_02_00_00_04 \ packages \ ti \ drivers \ watchdog \ test \ xwr16xx. Replace main_mss.c into my project and choose option 2. Watchdog interrupt CPU test.
Yes, the Reset LED will lighted after running debug mode on AWR1642EVM borad and I set breakpoint in watchdogCallback function the program will stop at breakpoint. That i think the watchdog is working correctly.
I try to add watchdog config function into main_mss.c in my project (short range radar SDK), however i observe the watchdog is not run and LED is not lighted. but error log is Feature: Watchdog testing: Passed
My question is I have already put the same watchdog config in my project. but it didn't work?