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.

DSP-BIOS: how to add user-defined sections?

Other Parts Discussed in Thread: TMS320C5505

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?