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.

labxxs js file cann't connect project

Other Parts Discussed in Thread: MOTORWARE

hi ;

I use motorware lab5b project ,  board is my own .   when I download program ,  then enable" gMotorVars.Flag_enableSys"     then enable "gMotorVars.Flag_Run_Identify"

js file immediately trun error ..      but  motor begin run .    that mean  Flag_Run_Identify can trig one time .

consol window show:

C28xx: Error: (Error -1135 @ 0x3F26C7) The emulator reported an error. Confirm emulator configuration and connections, reset the emulator, and retry the operation. (Emulation package 5.1.507.0)
C28xx: Trouble Halting Target CPU: (Error -2062 @ 0x0) Unable to halt device. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 5.1.507.0)
C28xx: Error: (Error -1135 @ 0x3F26C7) The emulator reported an error. Confirm emulator configuration and connections, reset the emulator, and retry the operation. (Emulation package 5.1.507.0)
C28xx: Trouble Halting Target CPU: (Error -2062 @ 0x0) Unable to halt device. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 5.1.507.0)
C28xx: Error: (Error -1135 @ 0x3F26C7) The emulator reported an error. Confirm emulator configuration and connections, reset the emulator, and retry the operation. (Emulation package 5.1.507.0)
C28xx: Power Failure on Target CPU

where can I check . ?

 

  • Hi,

    It sounds like JTAG connects good to your board to allow you to program the device and to control the device from CCS until the point when the motor starts to run. At this point you lose communication.

    Keep in mind JTAG is a synchronous COMM-link and board noise can disrupt the clock and data signals, which I think is occuring when you start running your motor.

    You can confirm this by changing the SW to run stand-alone and control the system with an asynchronous COMM-link like SCI/UART. Also, probe your board and review the layout, and make the necessary changes.

    Jeff
  • thank you. Jeff