Hi,
I am doing FFT using CMSIS FFT example on CC3200 Launchpad but during build it is showing error " Program will not fit into available memory. Placement with alignment fails for section .const size 0x2b69a ". snapshot has been attached, please help me
Note: FFT input length size is 2048 *4 byte as given in example, I tried to change cmd file and made changes as this
MEMORY { /* Application uses internal RAM for program and data */ SRAM_CODE (RWX) : origin = 0x20004000, length = 0x33FD8 SRAM_DATA (RWX) : origin = 0x20037FD8, length = 0x16000 }
and code builded successfully but unfortunately now program is not working in debug session![]()