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, I am C2000 user.
These days, I`m using CCSv4 free version.
But real time mode option is not available.
I can`t select the option without first one.
How can I solve this problem?
There's a bug in the configuration files that prevents realtime mode from being selected on some emulators. It's fairly easy to fix though.
If you open the C:\Program Files\Texas Instruments\ccsv4\common\targetdb\drivers\tixds560c28x.xml in a text editor, you should see a node that looks like "<property Type="hiddenfield" Value="true" id="realtimeEnabled" />". You'll need to copy that node and paste it into the same location for the driver xml file that you're using. For instance, if you're using an XDS100 on a F28xx, the driver file would be tixds100c28x.xml.
Darian
hello,
I'm using the XDS100v2 and accomplish with this amendment to have real-time events of the F2812 DSP
thanks.