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-TM4C129EXL:CCS 卡在 Thumb 模式

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1395894/ek-tm4c129exl-ccs-stuck-in-thumb-mode

器件型号:EK-TM4C129EXL

工具与软件:

我在 CCS 和 EK-TM4C129EXL 中做我的第一个项目。  我期望它是32位处理器、但 Build Settings 卡在16 Bit Thumb 模式。  如果我设置32位模式、我将得到以下错误:

#24018-D:选项-mv=7M4在没有--code_state=16的情况下无效

如果我使目标处理器仅为"4"并关闭浮点、对话框将接受32位设置、但项目编译失败。

是否有可能使用 EK-TM4C129EXL 固件包的免费 CCS 版本12.7.1.00001和版本2.1.4.178对此硬件进行32位编译?

我本来希望将此帖子发布到"Code Composer Studio 论坛"、但当 EK-TM4C129EXL 产品代码已填入时、网页迫使我转到此论坛。

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

    我敢肯定 Cortex-M4只能执行 Thumb (-2)指令。 [参考资料、例如通用用户指南(DUI0553A)第2-7页"Thumb 状态"。]

    Thumb-2指令(大部分)为16位、但寄存器和数据路径都是32位。