Other Parts Discussed in Thread: CC3200
I called the CMSIS dsp-lib arm_rfft_init_q15 function in my CC3200 code. The .const segment grew from 10 KB to 215 KB.
Is this normal? Did I do something wrong?
If this is normal, I cannot use the CMSIS lib since the CC3200 only has 240 KB for both code and data.
Does anyone know if there is other alternative dsp lib which uses less code space for the CC3200?
Thank you.