Other Parts Discussed in Thread: UNIFLASH
Tool/software: Code Composer Studio
There is watchdog timer In VxWork
Application can use its API like follow
wdId = wdCreate();
wdStart(wdId, DELAY_PERIOD, myWDISR, 0);
There are watchdog timer in AM3358. If yes, what is its API? Thanks