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

Improper Fixup problem

I am using Keil version 7.07 and Microcontroller C8051F340. My whole code is in C-language and only the serial receiving function is in assembly language. I was using only UART1 and till then it was working fine, but now I changed the code for UART1 and UART0 both and want to receive different data from both. Now the error coming is "IMPROPER FIXUP" in both serialISR0 and serialISR1 functions. Even the compiler is not giving error, the linker is generating this error. All the variables are properly defined.

Please Help!

Regards
M. Maaz Qazi