Hi. Can anybody please tell me where can I download DSP library for using on STM32F1 in uvision5? And especially how to add this library to the project? All variants I,ve already tried led only to errors.
thank you
Thanks a lot. It turned out that everything has been done for me)
The DSP library is part of the CMSIS pack. Since the CMSIS pack is included in every MDK release, you already have it. Please check this folder on your harddisk: C:\Keil_v5\ARM\PACK\ARM\CMSIS\4.4.0\CMSIS\DSP_Lib You can find the source code and some examples in it.
In order to use the CMSIS-DSP library, go to the 'Manage Run-Time Environment' dialog (there is a button in the toolbar to open it), select CMSIS and then DSP. The right libraries will be included in your project.
Seem to recall the CMSIS\DSP directory contains files and projects to build them.
View all questions in Keil forum