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/C2000WARE: Questions regarding saving data from memory browser.

Part Number: C2000WARE

Tool/software: Code Composer Studio

Hi, 

I am trying to save data using memory browser on CCS 8.1. However, I'm having few issues related to it. I have few ADCRESULT register values that i want to save.  I go to save memory-> set file location and file type as TI data->set Format as 16 bit unsigned it-> start address as 0xb00->memory page as data-> number of memory words as 2000.

However, when I save the data, the same set keeps repeating no matter how many times I reset the controller and replace the file. Am I missing something here?

Also, What would be the sampling rate of the data I save from memory browser?

What would be the voltage at Analog pins? I know that it works at 3.3 V. Can I bring it up to 5V? If so, how can I do that? I am still relatively new to C2000 microcontroller.

Thanks!

  • Hello,

    silsio said:
    However, when I save the data, the same set keeps repeating no matter how many times I reset the controller and replace the file. Am I missing something here?

    I'm not sure I understand the question. Are your referring to the text file that is generated when saving the data as *.dat format? And that the save data is the same as the previously saved data despite the fact that the contents in the Memory Browser shows different values?

    silsio said:
    Also, What would be the sampling rate of the data I save from memory browser?

    It is not applicable to the Memory Browser. The saved data will be a snapshot of the data at the time the save occurred

    silsio said:
    What would be the voltage at Analog pins? I know that it works at 3.3 V. Can I bring it up to 5V? If so, how can I do that? I am still relatively new to C2000 microcontroller.

    This is a question best answered by the device experts in the C2000 forum. I would start a new thread there.

    Thanks

    ki

  • Thanks! I made it work.