2023-10-12 02:22 PM
I've followed this tutorial to install the DSP libraries on STM32F407 discovery.
Should I keep all the files in the folders in the attached picture? Or only one per folder? (i.e. according to the uController I choose which one to keep)
I think I have to delete the IAR and GCC folders, leaving only ARM, am I wrong? And inside this ARM folder should I delete something? What's the difference between b, bf, l and lf?
Thank you all!
Solved! Go to Solution.
2023-10-16 01:40 AM - edited 2023-10-20 08:32 AM
Hello @luke514 ,
STM32CubeIDE use GCC compiler, so you need to keep the GCC folder.
Note that it is necessary, when you use the DSP Lib with STM32CubeIDE, to add the "arm_cortexM4lf_math" library and the path location file which is in a GCC folder (note 6 and 7 in the figure).
So, you don't need to delete any folder.
Thank you for your contribution, and please don't hesitate to post a question or to start a discussion:).
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-10-13 02:28 AM
Hello @luke514 ,
Are you using STM32CubeIDE toolchain?
Did you get any issue when you added the DSP library as described in this article?
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-10-13 11:59 AM
Yes I'm using STM32CubeIDE.
I don't think I had issue when I installed the libraries, but I have yet to use them so if I installed them wrong, I wouldn't know now
2023-10-16 01:40 AM - edited 2023-10-20 08:32 AM
Hello @luke514 ,
STM32CubeIDE use GCC compiler, so you need to keep the GCC folder.
Note that it is necessary, when you use the DSP Lib with STM32CubeIDE, to add the "arm_cortexM4lf_math" library and the path location file which is in a GCC folder (note 6 and 7 in the figure).
So, you don't need to delete any folder.
Thank you for your contribution, and please don't hesitate to post a question or to start a discussion:).
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-10-20 05:47 AM
Thank you for the clarification. I found a faster and easier method to install those libraries, that is in the .ioc file of stm32cubeIDE select "Software Packs" - "Select component" and go on from there.
2023-10-20 06:29 AM - edited 2023-10-20 08:31 AM
Hi @luke514 ,
If your request is answered please click on Accept as Solution on the reply which solved your issue or answered your question.
Thank you for your contribution to the Community :).
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.