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/TMS320F28075: Getting messy code when trying to save flash memory via CCS

Part Number: TMS320F28075

Tool/software: Code Composer Studio

Hi team,

In order to debug for customer, I am trying to export their Flash map via CCS.

1.To do this, I connect the target and choose save memory.

2.Then I chose the file type to be Binary and create a .bin file

3.Start Address : 0x80000

   Memory Page: Program

   Length in Words: 0x10000

4. Chose finish to generate the file.

No matter I try to open the .bin file with notepad++ or windows notepad, I can only get messy code.

The file generated is attached.

I remembered I performed the same process in customer side before and it worked. Did I do anything wrong to get the file?

Regards,

Brianhttps://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/171/1.7z

  • Hi Brian,

    Are you trying to load the image in a different board or do you want to read the file content?

    The .bin file is not readable format in notepad++. Can you try a hex format reader?

    Or else you can go with "TI Raw Data"  option while saving the memory which is readable in notepad++.

    Please note the "TI Raw Data" option will be downloaded with the big-endian format.

    Thanks, Katta