STM32CubeMX 5.5 does not generate CMSIS DSP files
I've created a STM32CubeMX project for stm32f411re uC and try to add CMSIS DSP suppor. I go to "Aditional Software" -> ARM.CMSIS and check CORE 5.3.0 and DSP 1.7.0. Into DSP I chose Source. CubeMX download the CMSIS package into STM32Cube/Repository/Packs/ARM/CMSIS.
Then I generate the project and imported into SystemWorkbech IDE.
I've try to add #include "arm_match.h" and I get file not found error. In the project tree is not references to CMSIS DSP libraries...
