Hello all,
does CCS (C2000/Stellaris) provide any capability to monitor in real-time and display acquired data?
Thank you!
Peter
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.
Hello all,
does CCS (C2000/Stellaris) provide any capability to monitor in real-time and display acquired data?
Thank you!
Peter
Peter,
Real-time mode is available on C2000. http://processors.wiki.ti.com/index.php/Real-Time_Mode_Debug_with_CCStudio
The real-time read feature also available for Stellaris but only when using the on-board Stellaris ICDI emulator and not an XDS emulator.
Regards,
John
Yes.
That link I sent shows a demo using CCSv4 which is Eclipse based.
John
I just clicked on it and it is showing CCSv4. CCSv4 is not the latest (CCSv5.1 is) but it is Eclipse based and what is shown in the movie is the same in CCSv5.1.
The link from the wiki goes to this: http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/CCSv4/Demos/rtmodewithccsv4.htm
Regards,
John
Is it possible to somehow modify ccsv5 or to add own feature to real-time monitor? Since it is Eclipse-based - is ti possible to add own plugin to enhance ccsv5 especially debuger/real-time monitor?
Peter,
Yes it is possible to create your own plug-ins for CCSv5. You would need to either add the Java and plug-in development tools to your CCSv5 install or create a separate Eclipse install for developing plug-ins. What sort of feature are you looking to add?
Regards,
John