Basic vanilla C boilerplate for STM32L100xC (Discovery L100C). Uses GCC. This was some class project without much practical use
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
Ondřej Hruška b80f0c504f mention of .pro file il y a 8 ans
lib light averaging il y a 8 ans
utils more stuff il y a 8 ans
.gitignore Added ADC, DAC, SPI, I2C, TIM definitions il y a 8 ans
LICENSE Initial commit il y a 8 ans
Makefile removed garbage, added readme il y a 8 ans
README.md mention of .pro file il y a 8 ans
blink.c usart handler example + nvic code il y a 8 ans
blink.h usart handler example + nvic code il y a 8 ans
init.c removed garbage, added readme il y a 8 ans
init.h removed garbage, added readme il y a 8 ans
main.c removed garbage, added readme il y a 8 ans
proj.pro more stuff il y a 8 ans
startup_stm32l100xc.s Added code il y a 8 ans
stm32l100rc.ld Added code il y a 8 ans
style.astylerc Added code il y a 8 ans

README.md

This is a bootstrap project for programming STM32L100 without any external libs (with just libc).

It uses arm-none-eabi-gcc and is written for STM32L100C-DISCOVERY.

The .pro file can be opened with QtCreator. You can use any other text editor, of course.