Do Real-time Mode GEL Functions work together with DSP/BIOS RTA tools?
RTA tools work with Real-time mode enabled, but care must be taken to avoid loss of synchronization with the debug tools. Once the application is loaded to the target (either in RAM or in Flash) the Real-time mode can be manually enabled without penalty to the RTA tools. To manually enable it go to menu Debug -> Real-time mode or Rude Real-time mode. Soft halts (shift-F5) or Full halts (menu GEL -> Realtime Emulation Control -> Full halt or Full halt with restart) do not cause loss of sync in the RTA tools. However, care must be taken if the commands GEL -> Realtime Emulation Control -> Run realtime with restart or Run realtime with Reset are issued. It is imperative to halt the target and disable Real-time mode manually before issuing these commands. If the two GEL scripts are issued without halting the target, CCS spawns an error message box that asks to perform a Rude Retry. At this point RTA tools lose sync with the target and do not update information in real-time, even with a sof
Related Questions
- When I simultaneous use DSP/BIOS 5.x APIs and target content that uses RTSC tools, I am getting type names clashes as I include std.h. How do I fix this?
- Why does no data appear when I attempt functions involving real-time communication with the ASE?
- Can runtime support (RTS) functions be called when using DSP/BIOS?