How to add ARM math and DSP libraries to STM32CubeMX generated Makefile?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
Labels:
- Labels:
-
STM32CubeMX
-
STM32F4 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-10-18 8: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,
