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