This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

platform independent custom memory map

Hello,

I want to use a memory map which is not defined in a platform module (would be reconfigured at build time). Normally, I would write a linker script with a MEMORY and a SECTIONS part and the linker does the rest. But with RTSC, the linker script is generated by the XDC tools. How could I generate my own memory map commands in this case?