2022-09-19 01:05 PM
2022-09-19 01:44 PM
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?
2022-09-20 01:22 AM
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.
2022-11-04 01:37 AM
it is better to find the result in reference MCU datasheet, like below capture:
2022-11-04 03:37 AM
Unclear the MCU involved. OP post history not exactly enlightening either.
Perhaps take on the CubeIDE/MX angle about what that facilitates and the examples, or code generation one might expect there.