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: Error #10099-D program will not fit into available memory

Part Number: TM4C123GH6PM

Tool/software: Code Composer Studio

Hello, 

I was implementing real-time FFT on the tm4c123gh6pm microcontroller using CMSIS DSP library in CCSv6 IDE. I am first sampling the analog input using uDMA in ping-pong mode and then performing FFT on the buffer. While running the code, I am getting this error in the linker command file:

#10099-D program will not fit into available memory. placement with alignment fails for section ".const" size 0x4b560.

If, I remove the FFT part of the code and just build the sampling part, there is no error. I tried increasing the system C stack size from 512 to 1024 but it didn't help. Can anybody help to resolve this error?

Thanks

Harshul Agarwal