Doubt about interrupt priority
Hi, I have a doubt about interrupt priority.Let's say we have two ISRs for two interrupts: interrupt A and interrupt B, where A has a higher priority than B.If the ISR of B is running and an interrupt A arrives, then the ISR B is interrupted, that of...