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.

Can CCS5.2 tiobj2bin.bat method be used to generate TI6414 ASCII-hex binary

Other Parts Discussed in Thread: TMS320C6416T

We are using hex6x command file approach to generate TI6414 ASCII-hex binary for a CCS3.1 project out file. If we move the project to CCS 5.2 can we use tiobj2bin.bat method to generate binary?

Thanks a lot,

Mira

  • Hi Mira,

    there is still a hex6f found in the compiler/bin folder of your ccsv5 installation.  Eg

    C:\CCS\5_3\ccsv5\tools\compiler\c6000_7.4.1\bin

    Please give that a try and keep us informed.  Or is this not what you are looking for?   Note that these tools are compiler dependant ie you should use the version in the compiler folders for the compiler version you use.

    Hope this helps.

    Best Regards,
    Lisa

  • Hi Lisa,

    thanks for the prompt response.

    I have found the new version of hex6x.exe in ..\ccv5\.. and compared to ..\ccv3_1\c6000\cgtools\bin\hex6x.exe. The two seem to generate the same binary for the same .out as input. 

    In CCS v.5.2 User's Guide for MSP430 one may find Section 2.1.5 How to Generate  Binary Format Files (TI-TXT and INTEL-HEX). I'd like to know whether/how hex6x utility can be invoked from CCS5.2 for ASCII format.

    Regards,

    Mira

  • Hi Mirjana,

    I am a bit confused as you appear to have been using tools in teh C6000 directories but are now asking about the msp430.  What target(s) are you using? 

    For the msp430 in CCS if you go to Project->Properties->Build you should see a tab for Build steps.  In the build steps tab there should be a drop down for "Apply Predefined Build Step" with a few options included.

    Is this what you were looking for?  

    Best Regards,
    Lisa

  • Hi Lisa,

    we're using TMS320C6416T. To generate binary from CCS 3.1 .out file we're using hex6x.exe invoked from batch file outside of CCS 3.1.

    We are considering moving our project from CCS 3.1 to CCS 5.2. Does CCS 5.2 support  TI'6416 hex6x utility  that could be invoked in a post build manner similar to msp430 or we should continue using it outside of CCS.

    Thanks a lot,

    Mira

  • Hi Mirjana,

    if you go to the post build steps tab we were discussing earlier on the thread, for the C6000 you can simply add the post build step there manually and do the same as we have predefined for the msp430.

    You can enter add exactly as you would on the command line.  Please give that a try and keep us informed.

    Best Regards,
    Lisa

  • Hi Lisa,

    Thank you so much.

    In Post-Build steps tab Command I've added our .bat file that invokes hex6x.exe and our application for binary generation and now we have .bin generated from CCS.

    Best Regards,

    Mira

  • Hi Mirjana,

    great, very glad to hear.   All the best with development and thanks for letting us know.

    Best Regards,

    Lisa