Trident Infosol interview question

ISR, MicroController Architecture

Interview Answers

Anonymous

10 July 2021

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.

1

Anonymous

25 Jan 2018

This was 3 years back, now the Projects has been taken to the next level, prepare yourself for more demanding Q&A

2