Resolved! How does microcontrollers store data of current execution before servicing the interrupts?
I know controllers push data to stack, PC to LR, etc. but how does this happens? Is it through software or hardware?If through software then where is the code which does this? and where does it come from? is it the compiler which adds it?If it is thr...