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?