English
Language : 

SLAS191A Datasheet, PDF (64/86 Pages) Texas Instruments – Starter Kit Evaluation Kit Manual
Figure 4–2 shows the handling of a P0.0 interrupt for the MSP430X32x family. For the MSP430X33x,
replace address 03FAh with 05FAh.
P0.0 Interrupt
FFFAh XXXX
XXXX BR & 03FAh
03FAh YYYY
YYYY
YYYY Is The Start Address
Of The Interrupt Service Routine
Figure 4–2. P0.0 Interrupt Example
The number of cycles an interrupt is additionally delayed in the Monitor Program depends on the type of
interrupt received.
Table 4–1. Type of Interrupt
TYPE OF INTERRUPT DELAY (NUMBER OF CYCLES)
RESET
14
IN_P01
10
All other interrupts
3
NOTE: Status Register Setting Exception After Interrupts
After entering the interrupt service routine of a Reset or a P0.1 interrupt, the zero-bit Z
and the carry-bit C in the status register SR are not reset as expected.
The interrupt vectors and the associated interrupt vector addresses of the MSP430E325 device are shown
in Table 4–2 (or Table 4–3 for the MSP430E33x).
4–2