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.

How to disable RTDX from linking in memory

Hello,

We are running into a memory limitation with our project running on C5505 DSP, so I'm trying to optimize everything I can think of...

From the memory map output file that is created after the build, I noticed that a lot of memory was taken by RTDX which we do not use at all. So my first guess was to disable RTDX in DSP/BIOS control panel. But when I rebuilt the solution and analysed the MAP file, I concluded that a lot of RTDX segments were still linked and mapped to different memory locations. For instance I still see: .rtdx_text ; .rtdx_data linked into the memory...

Is there any way I can completely forbid RTDX to link into the memory? This happens both in release and debug mode.

 

Thank you,