2019-10-18 12:02 AM
Hi,
When I generate a project and choose toolchain as Makefile, it only included libraries associated with setup configuration. I would like to add DSP and arm math libraries to the project. I found 'STM32F4xx_DSP_StdPeriph_Lib_V1.8.0' but I am not sure how to add to the project libraries.
2019-10-18 08:44 AM
I thought might help someone with the same issue in the future. I managed to compile the project by adding the fallowing CMSIS libraries,
In the \Src and \Inc directory, I add the fallowing,