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: How to dump strided data using dss function?

Tool/software: Code Composer Studio

Hi, 

Is it possible to dump strided data from the target using DSS function?

  • Hello,

    There is no specific DSS API for strided memory access. You will need to use one of the standard DSS memory save APIs first and then post-process the saved data yourself as needed.

    Thanks

    ki