Part Number: TMS320F28335
Hello, I'm currently in CCS 20.4 and was wondering how to get graph view working like it did in older versions. I was using CCS12 for a long time, and I used to be able to point the graph view to a memory location, and then select the length of memory data I would like to pull. Then I would get a plot of the selected memory chunk updated in "real time". This is extremely useful for ADC calibration, as I can feed the ADC a sine wave and find the offset and scaling factor. It seems like this is no longer possible in CCS 20.4, or at least, I can't find how to do it. Current implementation of graph tool seems to be looking at a single memory location, and then loggint the data of that location every 1 second. I cannot find how to pull a chunk of memory, as I was able to do in CCS12. Is there a way to get the old funcionality back?
Thank you