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.

How to read data from RAM

I need to read data from DSP RAM. i know this work is the same like adding the varibles into watch windows, but now i need to read data from RAM 

and i'm going to make a new MFC window making figures using the data from DSP RAM.   

i have read a thsis about reading data from RAM by analyising the .out files , but i don't know how to deal with these bin files, if anyone can help? Thanks a lot!

  • Jessica,

    Welcome to the TI E2E forum. I hope you will find many good answers here and in the TI.com documents and in the TI Wiki Pages. Be sure to search those for helpful information and to browse for the questions others may have asked on similar topics.

    To me, your goal and requirements are not clear. You have already stated what I would expect to be the solution:

    Jessica707 said:
    adding the varibles into watch windows

    You can also open a Memory Browser window to observe RAM contents, which includes the process of reading data from the target memory address.

    Jessica707 said:
    i have read a thsis about reading data from RAM by analyising the .out files

    Reading data from RAM does not have anything in common with analyzing a .out file. At least, I cannot figure out any way that this matches reading data from RAM. Your help in clarifying the need will make this easier.

    You can look at the OFD tools by doing a search on the TI Wiki Pages and on the E2E Development Tools forum. OKD can help you with analyzing a .out file by converting it to .xml text format.

    Regards,
    RandyP

  • Thanks a lot and now i know that what i need to do is openning the Memory Brower window and saving the data in a float form, so that i dont need to deal with the binary files . Many thanks