2018-03-14 03:11 PM
I am asking if St has the FFT Library for STM32F373, I know that they have the FFT Library for F401.
Thanks a lot
#fft-for-stm32f3732018-03-14 03:23 PM
It's part of the CMSIS DSP:
2018-03-14 05:30 PM
a simple google would get you lots of answers. ST has a proprietary FFT. you can also run cmsis-dsp on ST chips. and you can also write your own - FFT isn't chip specific.