2023-02-27 07:20 AM
Hello Everyone,
I currently trying to implement a FFT by using the optimized functions from CMSIS library on a L5 MCU. The fact is that the M33 family seems not to be supported then I was wondering whether there's some kind of workaround in order to make it work properly.
Any suggestions could be very helpful!
Thanks in advance
Solved! Go to Solution.
2023-02-27 09:28 AM
2023-02-27 09:28 AM
2023-02-27 01:05 PM
https://github.com/ARM-software/CMSIS-DSP
What "suggestions" do you need? Take the code and use it!
https://arm-software.github.io/CMSIS-DSP/latest/index.html#using
2023-02-28 09:32 AM
Thanks!
It helped a lot