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 SECTION



hi

if i use DSP/BIOS,is a .tcf file.

i want to know how it generate a cmd file?how the memory section defined?

if i do not use the generated cmd file,i want to define a SECTION to another memory section,how i do?

for example,the generated cmd file:the .data > L2RAM,if i want to .data > DDR,how should i do?

thanks.best regards.

  • Please name the versions you are using of BIOS and Code Composer Studio. Also, please name the device you are using. We will likely point you to training opportunities to learn how to use BIOS / TI-RTOS and Code Composer Studio.

    This software tools question belongs in the TI-RTOS Forum for software tools questions instead of this Keystone Multicore forum for hardware and device-specific questions. Also, you should not be using the old DSP/BIOS with a new Keystone device. A Moderator will move this thread this time.

    Regards,
    RandyP

  • thanks for your reply.

    i use CCS5,bios5,i new a 6437 project,use DSP/BIOS,

    there is a .tcf file,the MEM have be defined size of L2 ,DDR and so on.

    i want to know how it generate the cmd file after i build the project.?

    and the generated cmd file,the .data .code and so on are in the L2,why? is it have a defult set with DSP/BIOS.?

    if i want to set a SECTION to DDR,how should i do?

    best regards.

  • Thanks for the additional details.

    The linker command file will be automatically generated, with some default placement of memory sections, into the pre-defined memory segments.  You can change the placements either using the graphical configuration tool, or by text modifications to the .tcf file, and then rebuilding the project. 

    The different memory configuration parameters are described in the MEM module description in the API guide (for example, section 2.17 in http://www.ti.com/lit/ug/spru403s/spru403s.pdf).  I think the information you are looking for is there...

    Scott