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.

[参考译文] EK-TM4C1294XL:Code Composer Studio 设置

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1115677/ek-tm4c1294xl-code-composer-studio-settings

器件型号:EK-TM4C1294XL

我已经与 TM4C1294XL LaunchPad 和 Code Composer Studio 合作了大约一年、目前正在进行一个大型项目。

通常在电路板上电后、我发现重新编译代码、单元将启动、但会进入 FaultISR。 要继续、我需要将电路板断电、请将其连接到另一台笔记本电脑并使用 LM Flash Programmer 对其进行编程、然后再将器件返回到我的工作站并使用 Code Composer Studio 再次编译。 那么一切都很好。

Code Composer 中是否有我设置错误的设置? LM 闪存编程器正在执行 Code Composer 不会执行的操作。 这会减慢项目开发速度。

感谢您的宝贵建议

拜伦

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

    我发现了这个问题:我正在编译为发行版。 通过更改为"Debug"、我能够更改闪存设置以在每次编译时擦除闪存。 好得多。