Skip to main content
gevides
Associate II
December 8, 2014
Question

Wrong project in STD PERIPH LIB

  • December 8, 2014
  • 2 replies
  • 706 views
Posted on December 09, 2014 at 00:08

Hi,

when compiling an example in STM32f303_DSP_STD_PERIPH _LIB 1.10 I get lot of errors. then I check the project options (IAR) and the selected controller is arm7tdmi!  Changing the controller do not fix the problem. Can someone help me?

thanks in advance.

#know-your-tools
    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    December 8, 2014
    Posted on December 09, 2014 at 00:58

    Can someone help me?

    I'm a Keil guy, so perhaps not I. The IAR project templates target IAR 6.40, and you might well have to be conscious of  IAR's CMSIS issues, and how the include paths are set/working.

    Really not sure from your post as to what exactly the errors are, the first one being the most pertinent and subsequent ones less so as the compiler tries to resynchronize and recover.

    The library projects are not that complex they couldn't be recreated from scratch, most of the setting relate to compiler defines, and include file paths.
    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    gevides
    gevidesAuthor
    Associate II
    December 9, 2014
    Posted on December 09, 2014 at 13:46

    Hi Clive. 

    well, dsp_std_periph_lib I am using is v 1.21, not 1.10 (my mistake).

    It seems you were right, its an IAR issue, I've tried with Keil and it build the project ok.

    It's strange, I´ve been using the SPL & IAR with other targets and I never had a problem.

    thanks