I have a project which based on tms28069. But i have a problem , the RTDX cannot be found in the CCS3.3.83.19 and CCS5.2.That is inconvenience for me to debug the code !
need for help!!!
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.
I have a project which based on tms28069. But i have a problem , the RTDX cannot be found in the CCS3.3.83.19 and CCS5.2.That is inconvenience for me to debug the code !
need for help!!!
Hi ,john
i used BIOS 5.33(CCS3.3.83.19) in my project ,and connected my " TMS320x28069Piccolo Experimenter Kits" via JTAG Port .For viewing the code execution in the real time, i wrote a lot of API functions in my application,eg. LOG_Ptintf . But ,there's no message display . while in the CCSV5.2, LOG_Ptintf messages can be found ,but the Exec Graph, CPU Load, Thread Load cannot be displayed.
thanks for your help!
Hello,
xunyang lai said:.For viewing the code execution in the real time, i wrote a lot of API functions in my application,eg. LOG_Ptintf
Make sure RTA is supported and enabled. There is a troubleshooting guide for RTA that may help resolve your issue:
http://processors.wiki.ti.com/index.php/DSP/BIOS_Real-time_Analysis_%28RTA%29_troubleshooting
xunyang lai said:while in the CCSV5.2, LOG_Ptintf messages can be found ,but the Exec Graph, CPU Load, Thread Load cannot be displayed.
Did you rebuild your application using BIOS 5.4? If you simply loaded your program that you build from CCSv3.3/BIOS 5.3, you will not get RTA support.
Thanks
ki