Interview Question
Hardware Design Engineer Interview
-
Trident InfosolISR, MicroController Architecture
Interview Answers
2 Answers
▲
1
▼
The microcontroller gets the address of the ISR from the interrupt vector table and jumps to it. It starts to execute the interrupt service subroutine, which is RETI (return from interrupt). ... First, it gets the program counter (PC) address from the stack by popping the top bytes of the stack into the PC.
Maharasan G on
▲
2
▼
This was 3 years back, now the Projects has been taken to the next level, prepare yourself for more demanding Q&A
Anonymous on
Add Answers or Comments
To comment on this, Sign In or Sign Up.