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.

MSP-ZERO-CODE-STUDIO: .out file flashing issue on MSPM0G1107

Part Number: MSP-ZERO-CODE-STUDIO
Other Parts Discussed in Thread: UNIFLASH

Hi Team,

I use MSP Zero Code studio as a hardware engeeneer to build simple programs for HW tests. I can generate .out binary flie but this file can not be flashed to M0G1107 using UNIFLASH nor Flash Programmer  software. 

I know that this issue is also present with .out files generated by CCS.

Is there any additional software to convert .out file to HEX?

Best regards,

Marcin.

  • Hi Marcin,

    Zero Code does not currently have the ability to generate a HEX file. I brought this up to our software team and said they will look into adding this in a future release.

    If you would like to try converting a .out file to a hex file, I found this old thread. It's about 13 years old so I can't confirm if this still works.

    Another thing you can try is importing the project from the Zero Code Studio file path into CCS. You would then need to follow the steps I outline below.

    In CCS, you can configure your project properties to generate a HEX file upon building:

    1. Right-click on your project in the Explorer sidebar
    2. Click on Properties...
    3. Click on Arm Hex Utility
    4. In the bottom left corner of the window, check the Enable 'Arm Hex Utility' box
    5. Under the options that now appear under Arm Hex Utility, click on Output Format Options
    6. In the drop-down, select TI-TXT hex (--ti_txt)
    7. Click Save and Close in the bottom right corner

    Best,

    Owen