Question
How to add CMSIS-DSP to cubemx/cmake on STM32H755ZIQ cube package version 1.13.0
I have an stm cube project that uses
- STM32H755ZIQ
- CMAKE
- ST-CLANG as compiler
- VS code with st pluging as IDE
I want to add CMSIS DSP libraries, but it look like complete nightmare since there are bunch of topics for older versions and stm cube ide and some open, but not finished version for cmake/vs code.
Is there an official instruction how to do it?
I tried to add it as .pack from CMSIS and as X-CUBE-ALGOBUILD DSP library, but both did not compile
