MSP430F148
How are the timer intervals derived when using the SMCLK and ACLK?
I am using a 32768Hz xtal.
I am also using the Watchdog mode.
00 Watchdog clock source /32768 In addition I found the following table: SSEL IS1 IS0 Interval [ms] 0 1 1 0.064 tSMCLK × 2e6 1 1 1 1.9 tACLK × 2e6
Watchdog timer interval select: From page 10-8 of SLAU049D
01 Watchdog clock source /8192
10 Watchdog clock source /512
11 Watchdog clock source /64
0 1 0 0.5 tSMCLK × 2e9
0 0 1 8 tSMCLK × 2e13
0 0 0 32 tSMCLK × 2e15 <– Value after PUC (reset)
1 1 0 16.0 tACLK × 2e9
1 0 1 250 tACLK × 2e13
1 0 0 1000 tACLK × 2e15