I must be use FFT function code with DSP in CC2650 .
The total flash size is 128K but it have to contain stack and application. The stack size is around 70k, so the rest I can use is around 5xk.
The size of code with DSP library is 70k over 5xk. Right now the internal flash size is not enough.
===================================
Stack mapping table
62 963 bytes of readonly code memory
8 972 bytes of readonly data memory
1 280 bytes of readwrite data memory
===================================
App without FFT
27 948 bytes of readonly code memory
4 505 bytes of readonly data memory
11 211 bytes of readwrite data memory
===================================
App with FFT
31 756 bytes of readonly code memory
39 157 bytes of readonly data memory
11 211 bytes of readwrite data memory
===================================
Do you have any suggestion?