Difference Between ISR and Function Call
In embedded systems programming, or when working with microcontrollers, one has to distinguish between the terms "Interrupt Service Routine" and "function call". Generally, ISRs and function calls are used to execute some blocks of the code. But, they serve different purposes and, in some cases, may