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?