This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Performance impact of Cross Trigger Interface on TMS570LS4357

Hello Forum team,

on a TMS570LS4357 device, the CTI Interfaces CTI1, CTI2, CTI3 and CTI4 have to be enabled so that the RTI free running counter stops if SW is halted in debug mode. Otherwise the RTI free running counter continues counting, and we can't debug (for example, the watchdog reset is triggered as soon as the debugger is connected.).

We have so far enabled the CTI interfaces only the CPU is in debug mode.

The code looks like this:

if (cpu is in debug mode)

{

enableCti1();

enableCti2();

enableCti3();

enableCti4();

}

Now my question: If we always enable the CTI interfaces (no matter in debug mode or not), will this have impact on the CPU performance?

Thank you!

Best regards,

Libo