Tool/software: Code Composer Studio
I am using watchdog in my application. I have set the prescaler to the highest (0x7). Then watchdog is supposed to reset at around 36ms (calc. below) but according to CPU timer it resets around 850 msec. Am I calculating the values wrong?
Calc:
=> Calculated: OSCLK/512/64= (90x10^6)^-1 x 512 x 64= 0.0036 (SYSCLK=90mHZ)
=> Actual: 850msec
The OSCLKSRC is the internal oscillator