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.

CCS3.3.83.19 &CCS5.2 RTDX

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!!!

  • hello,

    How are you using RTDX? Are you actually trying to make RTDX calls inside your application?

    ki

  • RTDX is something that is being phased out.  What are you attempting to use RTDX for, perhaps we can help you find an alternative.

    john

  • 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