Skip to main content
hichem23
Associate
March 19, 2012
Question

Problems with creating a project (STM32L)

  • March 19, 2012
  • 2 replies
  • 599 views
Posted on March 19, 2012 at 01:21

Hello everybody

I'm really a beginner and I want to create a project using IAR  but it doesn't work

what files should I put in the project ? 
    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    March 19, 2012
    Posted on March 19, 2012 at 02:45

    It's complicated, you need startup files, library files, and to point to the include file directories, as well as selecting the right part, debug settings and memory layout. If you don't have a wizard, the easiest way to is to clone an existing project, either one of the firmware demo ones, or the templates.

    So start by downloading the STM32L firmware library, or use the board examples, and start with a project you can see working.
    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    hichem23
    hichem23Author
    Associate
    April 14, 2012
    Posted on April 14, 2012 at 10:31

    Thanks