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/TMS320C6678: Memory Browser - Viewing by section

Part Number: TMS320C6678


Tool/software: Code Composer Studio

I would like to be able to look at data in memory browser via section lookup (ie. I have a section in memory called "data1" and I want to be able to look at memory for that section). More generally I would love to be able to use DSS scripting and save data using a section starting address. Obviously, I can look at the linker map and get the section addresses manually, but I would like to be able to keep the scripting similar across multiple builds that use the same section names. Is there any way to do this currently?