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.

RM48x w CCS 5.5.0

Other Parts Discussed in Thread: RM48L952

Hi,

I need to generate binary output file (file.bin) instead file.out file from code composer version 5.5.0 

The controller is RM48L952

I have been tried to convert the output file (file.out) to (file.bin) via tiobj2bin utility software but no success

Doron

  • Doron,

    In the project properties, under build, add this line:

    "${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/armofd.exe" "${CG_TOOL_ROOT}/bin/armhex.exe" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin.exe"

    Here is a screenshot:

    That it. You just have to rebuild your application, Once the out file is created, this post processing step will be executed and will create your bin file.

  • Thank you very much for your fast response!

    I have been tried to download the (.bin) file via uart bootloader but no success

    The application is "UART Bootloader for Hercules RM48x MCU"

    Doron