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.
Tool/software: Code Composer Studio
I would like to set the contents of an array in F2811 internal RAM to support software test. How to I configure a script to read the array, change the array contents, and then write the new values into the array?
Hello,
The DSS Memory APIs will allow you to read/write a value (or array of values) to/from target memory. Please see the memory.readData and memory.writeData APIs in the DSS memory API documentation.
Thanks
ki
Hello Ki,
I guess the API documentation does cover this issue. I was just hoping for a simple example of something that would work. If that is not an appropriate way to address questions such as this, then I can close this issue and try to move forward based on the API documentation.