For motor control applications there is a need to access RAM variables with the inverter energized and the motor control application ISR running. This access needs to be within CCS to allow tuning of the regulator variables from a Watch Window and for graphing variables.
C2000 has this today and calls it JTAG real-time mode. A bit in the status register is set to enable this mode, so it is hardware based communication through JTAG. The emulation logic is lower priority than the CPU so there is NO instrusiveness to the CPU program. Real-life situation can be a DC bus voltage of 375V with PWMs switching and with a good board layout, JTAG communication will provide updates to CCS on "real-time" variables.
Is real-time mode JTAG support with TMS570? If not JTAG, then what alternative communication port is avaiable and what hardware and software tools support the alternative ports?
Thanks, Jeff