Other Parts Discussed in Thread: CONTROLSUITE
Hello guys.
I'm newbie on TI's MCU, in the forum and with the english.
I started with LAUNCHXL-F28377S and my question is how do I know about the reset/interrupt interval for the watchdog?
The Technical Reference Manual says on page 111 that the clock source is INTOSC1. This is a 10MHz oscillator and passes through a 512 prescaler. Then, the watchdog input frequency is 10 MHz / 512 = 19531,25 Hz. Am I right?
Besides the 512 fixed prescaler, there's another one controlled by the WDCR(WDPS(2:0)) bit, which can be 1, 2, 4, 8, 16, 32 or 64.
So, assuming that the WDPS bit is set to 64, the 8-bit Watchdog Counter input will be: (10 MHz / 512)/64 = ~305 Hz and the time period is ~3,2 ms. To overflow the counter, it takes 3,2 ms * 256 = ~835 ms.
What am I doing wrong? Because this value is not coincident with the actual values.
Thanks.
