This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Is there other DSP lib besides the CMSIS DSP-lib for teh CC3200?

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.