How to split the DATA_GROUP

Hello,

I have a project that uses nearly all the available memory. I want to use overlaying, but the Linker can not fit the DATA_GROUP into memory.

Looking at the memory map, there is a gap of 8 bytes, and a gap of 3 bytes.
The DATA_GROUP is 9 bytes in size.

To my humble opinion, the linker should be able to split the DATA_GROUP in two or more parts, and fit each part in the available memory.

Is this possible, and how do i instruct the linker to do this?

Robert

More questions in this forum