Skip to main content
Anuj1
Associate
November 29, 2022
Question

Can I use STM32F411RE to learn DSP programming? Please advise!​

  • November 29, 2022
  • 9 replies
  • 3240 views

Can I use STM32F411RE to learn DSP programming? Please advise!​

This topic has been closed for replies.

9 replies

S.Ma
Principal
November 29, 2022

A microcontroller is not a DSP.

It only tries to close the gap.

Not verse in DSP, I think DSP can fetch 2 or more data, compute them and store in memory in one cycle. For most MCU this will be decomposed with multiple instructions and cycles.

Anuj1
Anuj1Author
Associate
November 29, 2022

Understood make sense. It has been over 15 years I did DSP in college using TMS320Cxxxx DSP but I was looking to buy it's too expensive and I already have STM32F411RE I want to get back where I left in college and master the DSP coding. So do you think this board will be good enough for me to brush up on my basic DSP? Like filters, sampling etc!??​

Amel NASRI
ST Technical Moderator
November 29, 2022

Hi @Anuj​ ,

A good start point will be Digital Signal Processing with STM32, software expansion for STM32Cube.

-Amel

To give better visibility on the answered topics, please click on "Best Answer" on the reply which solved your issue or answered your question.
Anuj1
Anuj1Author
Associate
November 29, 2022

Thank you so much that helps a lot. But the hardware I am having that is STM32F411RE will be a good starting point?

Do you have any tutorial I can follow for couple examples on DSP which can bring me on speed?​

Tesla DeLorean
Guru
November 29, 2022

The STM32F411RE has a Cortex-M4 with a 32-bit floating point unit, it should be as able an any other STM32 in that range.

Check what resource ARM has for their CMSIS DSP implementation, and see if that's similar to your expectations.

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