All:
I am using DSP-BIOS 5.41.11.38 on TMS320C5505.
I have added a user-defined section by creating a separate linker command file containing ONLY that section:
/******************************************************************************/
/* tempmem.cmd Linker command file supplement for temporary memory */
/******************************************************************************/
/* SPECIFY THE SECTIONS ALLOCATION INTO MEMORY */
SECTIONS
{
.temp >> SARAM2 /* Temporary Memory Area */
}
Is this the best way to do this?
Is there a way to add user-defined sections within the Bios GUI?