I am using the keil uvision2 compiler and I have code space memory overlap warnning. *** WARNING L5: CODE SPACE MEMORY OVERLAP FROM: 0023H TO: 0025H How can I overcame this problem? Thank you very much.
Sounds like you are declaring an interrupt function for the serial port 2 times. Jon