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 调试错误--"0x3fe493"

Guru**** 2386620 points
Other Parts Discussed in Thread: CONTROLSUITE
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/829839/ccs-tmdxiddk379d-tmdxiddk379d-debug-error----0x3fe493

器件型号:TMDXIDDK379D
Thread 中讨论的其他器件:controlSUITE

工具/软件:Code Composer Studio

我从 controlSUITE 中导入了一个项目(IDDK_PM_Servo_F2837X)、并且成功地进行了 buid、但当我单击调试按钮时、就会发生如图所示的错误。 那么、您能告诉我我我该怎么做吗?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    该错误仅意味着 CCS 在将其执行的代码与 PC 上的源代码相关联时遇到问题。 根据该地址、您可能会在引导 ROM 中。 您的设备可能已复位。

    如果您在 CCS 中复位并重新启动器件,您是否可以使程序转到 main()?

    要确认程序已加载,您是否可以转到“Run->Load->Load Program...(运行->加载->加载程序...)” 然后选择.out。

    惠特尼