cancel
Showing results for 
Search instead for 
Did you mean: 

STM32U5 MCU FFT Performance Testing

PNada.3
Associate II

I'm using a B-U585I-IOT02A discovery kit that that has the STM32U5 MCU. I'm looking to evaluate if the STM32U5 MCU can run an FFT in real time and how to evaluate the performace of the STM32U5 MCU running FFT's. Are there any tools to help me do that or what the best way to accomplish this?

1 REPLY 1

It has a Cortex-M33

You should be able to use the CMSIS DSP libraries to process an FFT

You can use the DWT's CYCCNT to time execution in processor clocks.

Find some code and data you want to benchmark.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..