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.

CCS/TMDXIDDK379D: TMDXIDDK379D debug error--- "0x3fe493"

Part Number: TMDXIDDK379D
Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

I import a project(IDDK_PM_Servo_F2837X) from the controlsuite, and buid successfully, but when i click the debug button, an error occurred just like the picture shows. so could you tell me how can i do?

  • That error just means that CCS is having trouble associating the code it's executing with the source code on your PC. Based on that address, it looks like you're probably in boot ROM. Your device may have reset.

    If you reset and restart the device in CCS, can you get the program to go to main()?

    To confirm that your program is loaded, can you go to Run->Load->Load Program... and select the .out.

    Whitney