I'd really like to use the CPU load graph, statistics view, etc. for my OMAP3530 debugging, but I have been unable to figure out how to get them to update in real-time. I tried the troubleshooting steps from http://wiki.omap.com/index.php?title=DSP/BIOS_Real-time_Analysis_%28RTA%29_troubleshooting under the category "RTA only works when the target CPU is halted". I was hoping the key was to enable INT3, INT11, and INT12 but this didn't seem to affect anything.
I'm using an XDS560R JTAG emulator to load and debug a simple DSP/BIOS test app with 1 task.
Has anyone gotten RTA working in real time on OMAP3530?
Since I'm new to DSP/BIOS, I'm wondering how I know if RTDX is really working properly. Would LOG_printf's update in real-time? Currently, my LOG_printf's only show up if I hit a breakpoint.
Any insight is appreciated!