Skip to main content
EE2Inf
Associate
October 18, 2019
Question

How to add ARM math and DSP libraries to STM32CubeMX generated Makefile?

  • October 18, 2019
  • 1 reply
  • 889 views

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.

This topic has been closed for replies.

1 reply

EE2Inf
EE2InfAuthor
Associate
October 18, 2019

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,

0690X00000AqYi1QAF.png

0690X00000AqYi6QAF.png