stm32f4 DSP_Lib project build issue

Comments

2 comments

  • Avatar
    Ben Rector

    Did you ever figure out this problem? I have the same error with a different library and MCU, but unfortunately I don't have the source :(

    0
    Comment actions Permalink
  • Avatar
    frank meyer

    In practical terms, yes.

    I gave up on this (Keil-) prebuild library, and pulled the required sources over in my project. I only used some FFT related files, much less than the whole library. In general, this has the distinct advantage that all properties regarding optimization and debugging follow the rest of the project ...

    I used this code for the STM32F4xx from ST. The DSP-Lib part of the firmware library is delivered by ARM, and not ST, and contains code/options for M0, M3 and M4 variants. Since it is basically a core-related library, and agnostic of specific peripherals, you should not have too big problems getting it running for another MCU.

    The ST firmware sources can be found here:      http://www.st.com/internet/mcu/product/252148.jsp

    and are named " STM32F4 DSP and standard peripherals library, including 82 examples for 26 different peripherals and template project for 5 different IDEs".

    I guess most newer firmware packages of Cortex M vendors contain the DSP lib code - if this vendor does his job to include it in his firmware packages.

    I hope this helps.

    0
    Comment actions Permalink

Please sign in to leave a comment.