Using CMSIS 5.8.0 in CubeIDE
I want to use the newer version of the CMSIS DSP library in my project with an stm32f767zi, but I can't get the code to compile without errors relating all the functions found under CMSIS/DSP/Source. With older versions of CMSIS DSP I've followed the guide: 'Configuring DSP libraries on STM32CubeIDE' (I cannot post links as a new user)
But this is now out of date since CMSIS updated their file structures...
I've tried to include the library manually, which works for 'arm_math.h', but not for all of the functions. I would like to be able to use all of the filtering functions which are also present in CMSIS 5.9.0, but this does not work at all it seems since I get errors while installing it through the 'manage software packs' section.
Has anyone managed to use version 5.8.0 with CubeIDE?
Many thanks in advance!
