0
633views
Explain different exceptions which occur in MSP430
1 Answer
0
11views

The MSP430 supports 16 exception vectors, from 0xFFE0 to 0xFFFF. There are 14 maskable interrupts which are assigned to peripherals in a model-dependent way. The first 14 can be masked by clearing the GIE bit in the status register. The last two are non-maskable: 0xFFFC is the NMI vector, and …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.