Hi there,
I'm using MSP430F5418A in my design. Here is my question:
There is an interrupt pin of another chip which is connected to MSP430 P2.0/TB1.0. The effective status of this interrupt pin is low. I want to enter the interrupt service
function as soon as MSP430 detect that there is an interrupt. And I know the capture mode of Timer will be in use. But MCU has some other work to do, I want to konw
how does MCU know that there is an interrupt? For instance, MCU is doing SPI communication right now, and it doesn't enter the Timer module. There comes
an interrupt. Can MCU detect it and respond it immediately?
Thank you
Nick