2016-07-13 01:52 AM
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
2016-07-13 02:18 AM
Hi french.david.001,
Welcome to our STM32 community. I highly recommend to start with STM32L053 Discovery User manual ''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 . The tool can be downloaded from this . -Hannibal-