Timer Details: Configuring TIMER_A
4. Interrupt Code (Vector & ISR)
The last part of our timer code is actually a review since interrupts were covered, in detail, in a
previous workshop chapter.
Remember, TIMER_A has two interrupt vectors: one dedicated to CCR0; another shared by
TAIFG and all the other CCR’s. Below, we provide a simple example of handling both.
MSP430 Workshop - Timers 6 - 31