2012-03-18 05:21 PM
Hello everybody
I'm really a beginner and I want to create a project using IAR but it doesn't workwhat files should I put in the project ?2012-03-18 06:45 PM
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.2012-04-14 01:31 AM
Thanks