Hi all, I am using msp430f5338 . I have a query releated to the interrupt. Say for example an interrupt 'X' is occured and the corresponding ISR will be executed. During the execution of this ISR, if the same interrut 'X' will be occurred means what will be the result? As per my understanding during the execution of ISR GIE bit is disabled and it won't allow any other interrupts, but still it allows the same interrupt occurance. Is this correct? could any one help me to understand this? Thanks in advance.
↧