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.

RTOS/TMS320F28335: Minimizing RAM resources required for DSP/BIOS

Part Number: TMS320F28335

Tool/software: TI-RTOS

Hello,

I'm trying to minimize the RAM resources required by DSP/BIOS 5.42.02.10

My TCF is:

utils.loadPlatform("ti.platforms.ezdsp28335");

/* The following DSP/BIOS Features are enabled.  */
bios.enableTskManager(prog);

// !GRAPHICAL_CONFIG_TOOL_SCRIPT_INSERT_POINT!

prog.gen();

So currently there are no DSP/BIOS objects at all.

The map file is:

DSP/BIOS takes ~15% from the RAM.

Is it possible to make it smaller ?

Thank you,

Zvika