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.

CCS/RM48L952: rm48l952

Part Number: RM48L952

Tool/software: Code Composer Studio

Hello,

Can you please help me, to generate .bin file for our application code in CCS v-8.0.

Best Regards,

Praveena M

  • Hello,

    To generate a binary, you can use the tiobj2bin utility that comes with CCS:

    c:\ti\ccsv8\utils\tiobj2bin by default.

    It is a batch file that calls additional utilities under the hood to generate the binary from the executable out file.