How to use CMSIS 5.8.0 in the cubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-06 2:40 PM
Hi,
I use the stm32f446re with the cubeIDE and would like to use FFT's with 16 bit float (arm_rfft_fast_f16) like in the CMSIS DSP 5.8.0.
The older CMSIS library works fine with the other data types but i cant get the new (DSP 1.9.0) to work. I tried different combinations but always include to much (error: ... multiple sources of...) or to less.
Multiple definition in CMSIS DSP v1.8.0. library · Issue #1272 · ARM-software/CMSIS_5 · GitHub
Has anybody encounterd this bevore?
Thanks,
Solved! Go to Solution.
- Labels:
-
CMSIS
-
DSP
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-08 12:38 PM
Thanks for the quick reply :)
I did this with the older CMSIS 4.5 and it worked fine (https://github.com/ARM-software/CMSIS/tree/master/CMSIS). Unfortunately there are no _f16 functions.
The newer version (https://github.com/ARM-software/CMSIS_5/tree/develop/CMSIS) does not have the mentioned LIB folder with the .a file.
kind regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-08 12:36 AM
Hello @MH081​ and welcome to the Community :),
Have a look at this FAQ Configuring DSP libraries on STM32CubeIDE, it may be helpful.
Please mark my answer as best by clicking on the "Select as Best" button if it helped :)
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-08 12:38 PM
Thanks for the quick reply :)
I did this with the older CMSIS 4.5 and it worked fine (https://github.com/ARM-software/CMSIS/tree/master/CMSIS). Unfortunately there are no _f16 functions.
The newer version (https://github.com/ARM-software/CMSIS_5/tree/develop/CMSIS) does not have the mentioned LIB folder with the .a file.
kind regards
