2014-03-02 07:14 AM
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-library2014-03-02 08:39 AM
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.2014-03-03 07:01 AM