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.
"This problem generally occurs since the code in different banks use the same xdata memory available" But the error message cited said CODE Therefore, I think Jon's suggestion is the one to pursue: Either (as Jon said) there's multiple handlers for the same interrupt, or some other code has been defined (eg, by ORG?) in the interrupt vector space...