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