Hi all,
I was not able to find in the manual nor in the forum the answer to the following simple question:
Does an interrupt occurring inside an atomic section will be serviced after EINT?
Here what i mean:
...
DINT
NOP
instruction 1
instruction 2 <- an interrupt occur here and IFG is set by hardware (IE is obviously 1)
instruction 3
EINT
instruction 4 ->does ISR fires here? Or the interrupt event is lost?
...
Thank you,
PL