Technical Support

BL51: WARNING 6 (XDATA MEMORY SPACE OVERLAP)


Information in this article applies to:

  • C51 All Versions

QUESTION

I am receiving the following warning:

Warning L6:  xdata memory space overlap

What could be causing that?

ANSWER

A common cause is using the _at_ keyword to locate variables at the same memory location. This can often happen if you are using the copy and paste feature of the editor--copying variable names but forgetting to change the addresses.

MORE INFORMATION

Last Reviewed: Tuesday, July 19, 2005


Did this article provide the answer you needed?
 
Yes
No
Not Sure