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/TM4C123GH6PM:错误#10099-D 程序不能放入可用内存中

Guru**** 2486295 points


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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/734714/ccs-tm4c123gh6pm-error-10099-d-program-will-not-fit-into-available-memory

器件型号:TM4C123GH6PM

工具/软件:Code Composer Studio

您好!  

我在使用 CCSv6 IDE 中的 CMSIS DSP 库在 tm4c123gh下午6微控制器上实施实时 FFT。我首先在乒乓模式下使用 uDMA 对模拟输入进行采样、然后在缓冲器上执行 FFT。 运行代码时、我在链接器命令文件中看到此错误:

#10099-D 程序不能放入可用内存中。 对齐方式对".const"段大小为0x4b560的放置失败。

如果我移除代码的 FFT 部分并构建采样部分、则没有错误。 我尝试将系统 C 堆栈大小从512增加到1024、但没有帮助。 有人可以帮助解决此错误吗?

谢谢

Harshul Agarwal

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    如果表较大、FFT 可能占用较大的存储空间。 您需要检查映射文件每个段在程序中占用的内存大小、以及它们超过器件中可用的内存大小。