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.

CCSv4.2.1 BIOS for C6713B

I need to create a new C6713B project in CCS v4.2.1 for an existing custom board, and I can't figure out how to include DSP/BIOS or SYS/BIOS.  The Wiki example shows how to enable DSP/BIOS 5 in CCS v4.0, but that option is not present on the newer CCS version 4.2.1.  I tried creating a project with SYS/BIOS, but when I compiled a sample project, I got an error message saying "Error: Target not supported: ti.targets.C67 ".

What BIOS version is compatible with the C6713B and CCSv4.2.1, and what must I do to create a project including it?

 

  • Hi Les,

    The C6713 is only supported under DSP/BIOS 5 right now.  

    As a starting point, you can create a new CCS project with the project wizard in CCSv4.2.1 and select the "Empty Example" under DSP/BIOS v5.xx Examples on the project template pane.  After you select finish for the new project, highlight the new project name in the C/C++Projects tab, now select "File New --> DSP/BIOS v5.x Configuration File".  This will bring up a new window that will allow you to name your file and then select the ti.platforms.dsk6713.   This will add a .tcf file to the project and then you can add your .c file to the project and make any necessary changes.   Let me know if that answers your question.

    Thanks,

    -Jon