I've been developing on the F28M35xx Control Card using the example code for epmw_deadband.c and setup_m3 included in Control Suite. I've been successfully debugging, connecting, loading code, and running the PWM code over the last week, but now I can't connect to the M3 module.
Set Up:
USB Drivers: TI XDS100 Channel A: USB\VID_0403&PID_A6D0&REV_0700&MI_00, Channel B: USB\VID_0403&PID_A6D0&REV_0700&MI_01
Target Configuration - Connection: Texas Instruments XDS100v2 USB Emulator, Device - F28M35H52C1
Code Implementation:
I started playing with the M3 clock in the setup_m3.c file as seen in: http://e2e.ti.com/support/microcontrollers/c2000/f/171/p/194073/697896.aspx#697896
Now the C28 sometimes connects(Error -1138) and M3 returns an (Error - 1063)
Error connecting to the target: (Error -1063 @ 0x0) Device ID is not recognized or is not supported by driver. Confirm device and emulator configuration is correct, or update device driver. (Emulation package 5.0.872.0)
Error connecting to the target: (Error -1138 @ 0x0) Device refused to allow debug mode. Power-cycle the board. If error persists, confirm configuration and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 5.0.872.0)
Anyone have experience with these errors?