How to use DSP library with STM32L1xx on IAR?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-03-02 7:14 AM
Posted on March 02, 2014 at 16:14
Hello,
I want to use DSP library functions on STM32L1xx.STM32L1xx is using ARM-cortex M3, same as STM32F1xx. How can I include the DSP library (ST library or CMSIS library) to a project?Thanks #stm32l1xx-and-dsp-library
Labels:
- Labels:
-
STM32L1 Series
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-03-02 8:39 AM
Posted on March 02, 2014 at 17:39
STM32F10x_DSP_Lib_V2.0.0?
I'd suspect you'd need to drop the appropriate source files into the project, and get the include paths set up. You might want to load the F1 project in EWARM and inspect how it's constructed.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-03-03 7:01 AM
Posted on March 03, 2014 at 16:01Thanks, it works :)For other users:1. Need to mark CMSIS and DSP Library support in ''library configuration'' of the project.2. Need to copy the DSP lib files to your own project dir.3. Need to add the DSP lib files to your project.4. Need to add to the preprocessor options the location of the DSP lib for include files.Good luck.
