2023-01-11 11:55 AM
I followed
https://community.st.com/s/article/configuring-dsp-libraries-on-stm32cubeide
to install.
The linker is saying cannot find -larm_cortexM4lf_math.
Hears is the project settings
I followed
https://community.st.com/s/article/configuring-dsp-libraries-on-stm32cubeide
to install.
The linker is saying cannot find -larm_cortexM4lf_math.
Hears is the project settings
I am stuck, so hoping you can help...
Solved! Go to Solution.
2023-01-11 12:09 PM
You didn't. In that article, DSP folder is a sibling to Device, in your porject, it is a child folder.
Also avoid using relaive paths, use the provided macros.
hth
KnarfB
2023-01-11 12:09 PM
You didn't. In that article, DSP folder is a sibling to Device, in your porject, it is a child folder.
Also avoid using relaive paths, use the provided macros.
hth
KnarfB
2023-02-03 05:59 AM
Thank you fixed it.