Other Parts Discussed in Thread: CCSTUDIO
Tool/software: Code Composer Studio
Hi!
I need to acquire some variables values every minute (or ten minutes) during a quite long time, let's say a week. I started looking for information related to GEL files and here y found the recommendation of using DSS.
After some digging I got to the conclusion that I should use a DSS script, in order to periodically call a GEL function for saving the specific locations of the controlCARD's memory I need in a file in the host PC. I thought of doing this data collection in this way because with JavaScript (DSS) I can control the time in which I will be taking the information and with the GEL script I can get it from the target's memory without halting it.
Do you think this is a good approach? I wanted to use only DSS but, as far as I understood, it is necessary to halt the processor with a breakpoint to access its memory. Is this correct? I can avoid this halt with GEL function Gel_MemorySave(), right?
Thanks in advance.
Román.