Hi All,
I am using CCSv5.2 for my project.
Whenever i am using System_printf() api,i am unable to get the debug infromation.
I am using Texas instruments XDS100v2 USB Emulator.
Thanks in Advance
Manju
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.
Hi All,
I am using CCSv5.2 for my project.
Whenever i am using System_printf() api,i am unable to get the debug infromation.
I am using Texas instruments XDS100v2 USB Emulator.
Thanks in Advance
Manju
Hi Manju,
If you are using SysMin in your .cfg file, the output can be viewed in Tools->ROV->SysMin. If you are using SysStd, the buffer has to get full or a newline occur before the output is transferred over the emulation connection to CCS.
For more details about binding different System Providers, here is a good discussion on it: http://rtsc.eclipse.org/docs-tip/Using_xdc.runtime_System
Todd