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.

Load and Save Memory Issues With C6748



When using load and save memory feature, the data loaded is always 32 bit aligned 

The data file I am loading has the following as the first line

1651 2 0 0 4000

Any ideas how I can load as well as save it as a 16 bit number. This used to be a work in code composer version 3.10 and we are moving to version 5.1.09000

Thanks,

vikas 

  • Hi Vikas,

    have a look at this post and please let us know if it helps you ... have you tried different file formats?

    https://e2e.ti.com/support/development_tools/code_composer_studio/int-code_composer_studio/f/90/t/101285.aspx?Redirected=true

    Best Regards,
    Lisa

  • Hi Vikas,

    Please see below, the link will not work for you unfortunately but I have put the information here for you.

    Best REgards,
    Lisa

    If you save your file with an extension other than .out or .dat, the memory save window will consider the data as Raw and will allow changing the Type-size. Check below.

    The newer versions of CCS have this explained in the window where you specify the filename.

  • Thanks for your reply. I have tried different formats. If I try to Load a file with .bin extension , I do get a pop up box which allows me to select the 

    Start Address however the Length filed is grayed out. How can i specify the length when loading a raw file.

    This should be trivial , not sure what I am missing.

    Regards,

    -Vikas

  • Hi Vikas,

    if you select raw format you should be able to have access to the length that I am aware of.  Can you please send a screen shots and steps taken? 

    Best Regards,

    Lisa

  • vikas sharma said:

    If I try to Load a file with .bin extension , I do get a pop up box which allows me to select the 

    Start Address however the Length filed is grayed out. How can i specify the length when loading a raw file.

    When loading memory with a raw data file, the length seems to be automatically determined based on the file, so there is no need to actually specify anything.