Part Number: MSP430FR2111
Other Parts Discussed in Thread: MSP430FR2311
Hi,
I've initialized timer B in Up mode and implemented TIMER0_B1_VECTOR ISR in order to intercept timer wrap-around.
I've placed a breakpoint in the ISR and notice that every time when the breakpoint is triggered, TBR slightly increase (3/4 counts) as if TBIFG never resets and constantly triggers the ISR.
The user guide mentions that "Any access, read or write, of the TBxIV register automatically resets the highest-pending interrupt flag. " which I don't see happening...
Thanks for any advise.

