I have been trying to use and view RTA raw logs in CCS 5.3 for a while, but there is no luck.
For example, I have opened a standard "SYS/BIOS with task" example where..
Log_info1("10 ticks. Tick Count = %d\n", tickCount);
.. is used. It compiles and works but I don't have any debug logs anywhere.
I have checked out "Window -> Customize perspective" items visibility under "Tools" submenu, all items are checked. There is no RTA items anywhere despite I choosed the full CCS installation. How can I enable RTA support for my projects? Probably should I install something in addition?