I'm working with DSP/BIOS on a TMS320F28069 device. The "MEM - Memory Section Manager" in the XDCTools configurator has some existing rigidly-defined memory sections based on the "ti.platforms.control28069" platform.
I'd like to combine the L56DPSARAM and L78DPSARAM sections into one 32KB section, or split the .bss and .ebss sections across these two sections, as is possible when manually editing the linker command file, described in this FAQ post on the Processors Wiki...
Is this possible to do within DSP/BIOS?
Thanks,
Dave