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.

Real Time Analysis F28335 CCS V 4

Other Parts Discussed in Thread: TMDSDOCK28335

Greetings,

  I'm currently working on a project in Code Composer Studio Version 4. I'm  using the F28335, with DSP BIOS version 5.41.03.17.  For hardware I'm using the docking station (TMDSDOCK28335). What I'm trying to do is to use the RTA tools such as the CPU load and the event log tools. I'm pretty new to code composer studio, but I did build the project in code composer studio version 3.3 as well and i was able to see some output when I used the LOG_printf() function when I halted the program. Furthermore, I was also able to see the exectution trace graph.  My question would be, if anyone can help me set up the RTA tools so that I can use the

LOG_printf() function and see the task switcher so that I know what threads are running.  I verified that the RTDX was enabled. Since I was able to see the output when I used CCS3.3, I'm pretty sure that it is not due to some task running continously and not allowing the idle loop to run and update the log. 

 CCS4 is very different from CCS3.3, unfortunately most of the examples I have found are based on CCSV3.3.  Any help would be greatly appreciated. 

 

-Sito

  • Wilson said:
    I'm currently working on a project in Code Composer Studio Version 4. I'm  using the F28335, with DSP BIOS version 5.41.03.17.  For hardware I'm using the docking station (TMDSDOCK28335). What I'm trying to do is to use the RTA tools such as the CPU load and the event log tools. I'm pretty new to code composer studio, but I did build the project in code composer studio version 3.3 as well and i was able to see some output when I used the LOG_printf() function when I halted the program. Furthermore, I was also able to see the exectution trace graph.  My question would be, if anyone can help me set up the RTA tools so that I can use t

    Hi Sito,

    I know there were some RTA issues fixed in Code Composer V4.1.3 - please make sure you have this version. 

    I am going to move this thread to the BIOS forum as they will know if there are any pending issues and be able to give you advice. 

    -Lori

  • Sito -

    Please see the following wiki article (which I just now published :) )

    http://processors.wiki.ti.com/index.php/BIOS_5_Real-Time_Analysis_(RTA)_in_CCSv4

    Thanks,

    Chris

  • You guys are quick! Thanks Chris, I'm getting all of the latest version right now.  I'm hoping this will solve my issues. Thank you for your help.

     

    -Sito