Other Parts Discussed in Thread: CCSTUDIO, C2000WARE
Hello,
I’m facing an issue with Code Composer Studio Graph (Time) when plotting a float32_t buffer, and I would like to check if this is a known issue or a configuration change in newer CCS versions.
Context
-
Device: C2000 (F2838x)
-
CCS versions tested:
-
CCS 12.0 → works correctly
-
CCS 20.x → graph is incorrect
-
-
Buffer type:
float32_t -
Data source: written inside an ISR using DCL FDLOG (DCL_writeLog)
What works
-
The buffer values are correct when inspected in Watch/Expressions
-
The same firmware plots correctly in CCS 12.0
-
FDLOG initialization and logging are working as expected
Problem
In CCS 20.x, the Graph (Time) window does not plot the data correctly.
It looks like the graph is interpreting the buffer as the wrong data type, even though:
The plotted waveform looks corrupted, while individual buffer elements (e.g. SCOPE_AArr[0], [1], [2]) show correct floating-point values in the debugger.
Question
-
Is there an additional setting required in newer CCS versions?
-
Are there known issues with Graph + float32?
Any guidance or confirmation would be appreciated.
Thank you.



