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

How to solve the compiler error?

"Address Space Overflow"
This error information appear in the uVision2, but I cann't determine the error source!

Parents
  • You've used up too much memory of some type. 128 bytes of data space, N KB of xdata space depending on your variant, and so on.

    It's possible you have some unresolved external references (typos in function names, functions you didn't write) as well.

    Post the complete text of the error message(s) and people could make better suggestions.

Reply
  • You've used up too much memory of some type. 128 bytes of data space, N KB of xdata space depending on your variant, and so on.

    It's possible you have some unresolved external references (typos in function names, functions you didn't write) as well.

    Post the complete text of the error message(s) and people could make better suggestions.

Children
No data