What type of interrupts does the MSP430 use?
What type of interrupts does the MSP430 use? The MSP430 uses vectored interrupts where each ISR has its own vector stored in a vector table located at the end of program memory. Note: The vector table is at a fixed location (defined by the processor data sheet), but the ISRs can be located anywhere in […]