Hi,
I am trying to use the execution graph and the load graph in one of my project.
For now, the execution graph only refreshes when I break execution. The load graph does'nt display anything at all. Besides, I cannot force a refresh on these(right click refresh). I have a warning that complains about the RTA not being compatible ("Your BIOS version is not compatible with this RTA version. It must be version 5.2.x.x. Your version looks to be: a non BIOS program, or possibly BIOS 490 or earlier). Yet, the examples given with this BIOS release (hostio and stairstep) work perfectly, and give out the same warning.
I can't figure out what is so different from the projects options that could prevent my project from being refreshed during execution.
Here's what I have done:
-I am using DSP/BIOS
-I have enabled Real Time Analysis in global settings
-I have enabled All trace event classes
-I have allowed the Idle task to have some CPU time (created a dummy task that sleeps most of the time) so as to exchange with the host
-I have set RTDX and HST as they are in the working examples (RTDX mode to JTAG, real-time data exchange set to true, same size of buffer... and locations)
-I have modified the ezdsp28335 TCF to match my target.
-I have stored most of the code to flash using spra958h recommandations
I am using:
BIOS version 5.33.06
CCS v3.3.82.13
CGT v5.2.2
Any clues ?