Dear Team,
We are using TMS570 with TiARM compiler; we see in .map file that some of our CONST sections are occupying two different addresses LOAD and RUN, and it is expecting that we put RUN address on RAM such a way startup time copy from LOAD address to RUN address can happen.

While there is no functional issue with LOAD and RUN separate address method, we do not have enough RAM to keep all our constants at RUN time. We would like to avoid this two address method and keep our constants only in Flash and run from there. We have experimented with couple of linker options; but couldn’t avoid two separate addresses.
