cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with creating a project (STM32L)

hichem23
Associate
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 ? 
2 REPLIES 2
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
Up vote any posts that you find helpful, it shows what's working..
hichem23
Associate
Posted on April 14, 2012 at 10:31

Thanks