Skip to main content
antonio239955_stm1_st
Visitor II
March 14, 2018
Question

Accelorometer vibration analisys FFT for STM32F373

  • March 14, 2018
  • 2 replies
  • 809 views
Posted on March 14, 2018 at 23:11

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-stm32f373
This topic has been closed for replies.

2 replies

Andrew Neil
Super User
March 14, 2018
Posted on March 14, 2018 at 23:23

It's part of the CMSIS DSP:

https://www.keil.com/pack/doc/CMSIS/DSP/html/index.html

 
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
henry.dick
Associate II
March 15, 2018
Posted on March 15, 2018 at 01:30

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.