Hello friends,
I want to know if I'm understanding the handling of an interrupt correctly.
Let's say for example the external interrupt 0 INT0 has an address 0x0002.
If I'm rigth this is the address of the flash memory where the PC should get the address of the code to service the routine. Is this true??
So if for example in 0x0002 there is a 0x3000;
when the interrupt occurs, the program will make a jmp to 0x3000??
Thanks a lot and excuse me if there is an answer to this question in an older post.