Other Parts Discussed in Thread: MSP430F2274
I'm looking at the MSP430 (MSP430F2274) errata TA12 and scratching my head as to how to implement the workaround. I'm using the timer as a simple interval timer, giving me an interrupt every second. (MCLK=1MHz, timer's running on ACLK=32KHz from external oscillator)
First, it's not clear whether, once this error condition happens, it's just for one interrupt or maybe no interrupts happen forever after?
Second, the workaround has me scratching my head, does anyone have a working, tested code example?