In Electronic Control Units in Vehicle. We do receive CAN Communication message very often. We have received a CAN message interrupt. Micro switched its context and moved to ISR. Let say the execution time of ISR is 1 ms. In this 1 ms time gap we have received a new same CAN Message interrupt.
Hello,
I think the the interrupt will be disabled when the isr is being processed, so the new coming data will be ignored. It should be processed after the first one is done.