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.

[参考译文] TM4C129ENCPDT:内存映射被阻止0x1FFFFF50

Guru**** 2927270 points

Other Parts Discussed in Thread: TM4C129ENCPDT

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1021732/tm4c129encpdt-memory-map-prevented-0x1fffff50

器件型号:TM4C129ENCPDT

当我使用 Code Composer Studio 在 TM4C129ENCPDT 处理器上运行普通的"Hello World"程序时、我收到错误"Memory map prevented reading 0x1FFFFF50、它还会打开 fputc.c 文件。 我根本无法运行 printf()函数。 您能详细解释一下解决方案和此错误的原因、我不熟悉此处理器。

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

    您好 Selim Nazlı、我在几天前使用同一处理器时发生了此错误。 我与您研究过相同的错误主题。 如果有人回答您的问题,我希望我的问题能得到解决。。 :D

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

    您好!

     printf 将占用堆上的空间。 您需要在链接器中分配堆内存、以便 printf 正常工作。 将堆设置为1024或更高、应该这样做。