Hi ,all.
I work with c6678 sys/bios 6.41
I try to config timer 1 to be WD timer
.cfg
var Timer = xdc.useModule('ti.sysbios.timers.timer64.Timer');
Timer.timerSettings[1].mode = Timer.Mode_WATCHDOG;
But get error: "unsupported mODE: 2 is specified for Timer: 1
Although:
Timer.timerSettings[0].mode = Timer.Mode_UNCHAINED;
Is OK.
Why?
Leon.