Hello,
I am working on a project which includes FFT and it would be good for me to use array of 4096 elements.
When I compile, I get error that ebss size is not enough. I went to f28335.cmd file and I see that ebss is on RAML4 which has length = 0x001000.
As I understood for compiler for my array I need 0x001080 size.
Can I somehow change ebss size? (maybe add two RAM memories together or something like that). Or is there maybe some other solution to my problem?
Thanks for answer,
Ivan.