Tool/software: Code Composer Studio
Win7 SP1 32bit, CCS v6.1.3, F28022
Please see related ? here https://e2e.ti.com/support/tools/ccs/f/81/t/585732?tisearch=e2e-sitesearch&keymatch=%20user:16348
I have started getting into DSS (Debug Server Scripting) and would like to know how to access the script CCS (V6) uses. (assuming CCS is using a DSS script at all.)
I really don't want to recreate the wheel, just file off a nub or two.
Here is what I want...
When I compile my prog, I'd like to first examine the flash code in my target then only erase/program those sectors that need it. Currently, CCS just blindly does it all.
Many times I will place the function(s) I am debugging in RAM so the FLASH does not need to be touched at all, yet I must wait each time I test.
I see I can do that using the DSS, but I fear I may miss something important that generations of programmers have fixed.
Rather, If I can start with whatever CCS is using and just change it a little I can reduce my DSS development time by quite a lot.
Thanks, Mark.