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

SPACE MEMORY OVERLAP

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.

Parents
  • "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...

Reply
  • "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...

Children
No data