Question
CubeMX 5.1 - CMSIS DSP library missing for Toolchain SW4STM32
Hello STM,
when I generate a project for STM32H750 with CubeMX 5.1 with Toolchain SW4STM32 selected, CMSIS DSP library is missing from the project and it does not compile.
Also, a preprocessor define of
__ARM_ARCH_7EM__=1is missing to specify the ARM Architecture, which leads to missing gcc intrinsics in cmsis_gcc like __SSAT and the likes.