Part Number: MSP430G2231
Hello Team,
upon returning from an interrupt routine, the MCU will load back from the stack the Status register and the Program counter.
If during the ISR there was another interrupt flag that got set (from any module), upon exiting the ISR and the different pop instructions to restore the previous status from the ISR, does any code get executed before starting the new pending interrupt or does the new ISR get started before the program counter gets incremented and execute the new instruction.
If you could reference the behavior out of the user guide, it would help.
Thanks,
SunSet