Skip to main content
PNada.3
Associate
May 3, 2023
Question

STM32U5 MCU FFT Performance Testing

  • May 3, 2023
  • 1 reply
  • 1780 views

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?

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
May 3, 2023

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 (See Profile) Up vote any posts that you find helpful, it shows what's working..