cancel
Showing results for 
Search instead for 
Did you mean: 

How to use DSP library with STM32L1xx on IAR?

zoharr
Associate II
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
2 REPLIES 2
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..
zoharr
Associate II
Posted on March 03, 2014 at 16:01

Thanks, 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.