Resolved! Problems using fftw3 with STM32MP157f-dk2
Hello, I need to do FFT transforms of long signal traces, so using CMSIS DSP doesn't look possible because of the 4096 points limit. I tried to use fftw3 library (3.3.10). I built it using OpenSTLinux SDK from the Github source without problem. Here...