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

Problem relocating _xdata_group_

I am having problem relocating the _xdata_group_ segment as the last segment in xdata. It does relocate the segment, but all the overlay data start from 000000H and hence function calls corrupt the xdata.

I used the following as linker directive:
SEGMENTS (_XDATA_GROUP_ (LAST))

Please let me know if I am doing something wrong...I want to keep the overlap data at the end of the xdata.