cancel
Showing results for 
Search instead for 
Did you mean: 

How to find out which STM32 supports full set of DSP instructions inside STM32CubeMX?

EHD
Associate II
 
4 REPLIES 4

What does a full set of DSP instructions mean?

The cores are predominantly CM0, CM0+, CM3, CM4F, and CM7 FPU-S/FPU-D

The functionality is driven via the CMSIS DSP libraries, and whatever core you've told GNU/GCC to compile against.

Perhaps look over the ARM docs?

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

Hello @EHD​,

What do you exactly mean by "STM32 supports full set of DSP instructions " ?

If you are looking for a way to integrate DSP Libraries in your STM32 project, I advise you checking the Configuring DSP libraries on STM32CubeIDE FAQ, it will certainly help you.

Thank you.

Chahinez.

EXUE.2
ST Employee

it is better to find the result in reference MCU datasheet, like below capture:

0693W00000VOtRTQA1.png

Unclear the MCU involved. OP post history not exactly enlightening either.

P​erhaps take on the CubeIDE/MX angle about what that facilitates and the examples, or code generation one might expect there.

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