Hi all,
I'm doing a project that use FFT. I have been working with the example from FPU library ("2833x_RFFT_ADC_RT") and the result is very good with 512 samples but when I change stages number to 11 (2^11=2048) I have this error:
line 127: error:
program will not fit into available memory. run placement with
alignment/blocking fails for section ".ebss" size 0x3089 page 1. Available
memory ranges:
>> Compilation failure
RAML2 size: 0x1000 unused: 0x1000 max hole: 0x1000
warning: entry-point symbol other than "_c_int00" specified: "code_start"
error: errors encountered during linking; "2833x_RFFT_ADC_RT.out" not built
How could I fix this?. I don't have experience in memory management but I think there is space avaliable because when I compile ("2833x_RFFT") project and I change size fft to 2048 works fine.
Thank you for any suggestion,
Jonatan