Valeo Interview Question

7- what happens when an interrupt takes place?

Interview Answer

Anonymous

May 29, 2021

7- The interrupt controller detects and raise a signal to the CPU, As soon as CPU finishes the current instruction, it saves the context switch, then it jumps to the address in which has the address of ISR, then executes ISR, then pop the context switch from stack, then return to instruction in which CPU is interrupted "Address stored in PC"