cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L053 Discovery IAR Project

davidfrench9
Associate
Posted on July 13, 2016 at 10:52

Hi, I am new to STM32 microcontroller and I am after a bit of guidance with respect to starting projects in IAR using this microncontroller.

I have a STM32L053 Discovery board and I have been working through the example project and how to use the different features of the chip. I now want to start developing my very own project. I am able to set up a new prject in IAR and select the necessary uC but I am struggling to find anything on the web with regards to the specific library and utlity files I need to download. I also don't know where I save these files and how to linkl them to my project in  IAR.

Any pointers?

Any help would be appreciated

regards

Dave

1 REPLY 1
Walid FTITI_O
Senior II
Posted on July 13, 2016 at 11:18

Hi french.david.001,

Welcome to our STM32 community.

I highly recommend to start with STM32L053 Discovery User manual

http://www.st.com/content/ccc/resource/technical/document/user_manual/0f/c4/72/46/b9/ef/44/70/DM00122159.pdf/files/DM00122159.pdf/jcr:content/translations/en.DM00122159.pdf

''Getting started with STM32L053 discovery kit software development tools'' which allow you to go  step by step to install tools and use correctly the IDE.

I also recommend to use the CubeMx tool which allow you to generate your starting projects that include initialization C code, STM32 HAL drivers, the middleware stacks required for the user configuration, and all the relevant files needed to open and build the project in the selected IDE. For more detail, take a look to

http://www.st.com/content/ccc/resource/technical/document/user_manual/10/c5/1a/43/3a/70/43/7d/DM00104712.pdf/files/DM00104712.pdf/jcr:content/translations/en.DM00104712.pdf

. The tool can be downloaded from this

http://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-configurators-and-code-generators/stm32cubemx.html

.

-Hannibal-