This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

STM32Lx family example projects and startup files

Hello community
I am migrating a design devolped on a 8bit PIC archecture to an STM32Lx architecture (based on Cortex M0 plus)
I did the initial homework b dowloading the MDK, install the required packs (CMSI, which I like so much) and I started a new uVision project (V5.15 latest and greatest)
So far the project is empty: I cannot see startup files for the selected MCU (this is a nice featre of Atmel Studio competition ;) ) so I found example projects in the ARM / Keil site: e.g. STM32 timer example http://www.keil.com/download/docs/363.asp. It looks like these projects works for the old fashion microvision (no packs) and for the STM32Fx families (supposedly SW compatible, right). I was asked to migrate to the new uVision version (with packs).
So far so good.
At this point the project does not compile :(, it cannot find stm32f10x_lib.h, suuposedly in the old installation directory of keil.

In order to start with the right step I am here to ask
- one or more example projects for the STM32Lx family which uses CMSIS which is reliable and usable as a starting point
- OR a startup file for the STM32Lx together with directions on how to use CMSIS in a Keil uVision CM0+ ARM project

Many thanks to who'll help

0