This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

linker uses interrupt vector table space

Hi,

I am using Keil uVision to compile/link my 8051 c program but found that the vector table space is used by linker to place some code. Thus, my ISR does not function correctly.

void ISRext1(void) interrupt 2
{ ...
}

How can I prevent the linker from using the vector table space?

Parents Reply Children
No data