STM32 libraries

Some applications doesn’t require powerful microcontroller, and most of times the examples give by the constructor are more complicated than the application wanted. These libraries are the result of a basic need, which is to design an application with few lines of code like the rock star mbed !

These libraries are available on GitHub, and can be easily used under Keil (free version limit code to 20k). Most of the stm32f051 peripherals are availables (GPIO, ADC, USART, SPI, I2C, DAC) with examples and work with the discovery kit. How tos are availables soon !

Edit: Theses libraries are available for F2 and F4 !