This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Dear sir/Mam,
I want to visualize signals on code composer studio. I am using TMS320F28379D LaunchPad and CCS 9.1.0, I have generate the code from MATLAB 2019b. I have followed the tutorial
Code Composer Studio Graphing Tool Tutorial with MSP430G Launchpad
https://www.youtube.com/watch?v=-iGnh0_9YxE
but i got an error; Type 'unknow' not support in quick launch feature of CCSGraph.
How i can resolve this kide of problems.
Thanks
Pemendra Pardhi
Pemendra,
I don't recall seeing this error message before, but your screenshot indicates you are trying to graph an invalid variable (is it rtb_DiscreteTimeIntegrator6?)
If so, this could be due to a typo on the variable name or perhaps this is a local variable.
Hope this helps,
Rafael
Dear Rafeal;
Thanks for reply.
Problem has been resolved. actually my system was in suspended mode hence variable was define as unkown.
Thanks
Pemendra