Tool/software: Code Composer Studio
Hello,
I found several forum postings discussing why the RTI module doesn't pause on debug halt. The CTI module must be enabled for this MCU when the debug session is started.
I downloaded the tms570xc_rm57x_cross_trigger.gel script and modified my tms570lc43xx.gel script as recommended:
StartUp(){
GEL_LoadGel("..\\ccs_base\\emulation\\gel\\tms570xc_rm57x_cross_trigger.gel");
} /* StartUp() */
This seems to work, even if I don't manually run Scripts | Configure Cross Triggering | Setup_All_CTI.
1) Do I have to manually run the script Setup_All_CTI each time I start a debug session?
2) I'm using CCS v6.0.1.00040 to keep compatibility with some old projects. Do newer versions of CCS have this script built in? (Maybe CCS v7.2.0?)
Thank you, Charlie Johnston