Basic vanilla C boilerplate for STM32L100xC (Discovery L100C). Uses GCC. This was some class project without much practical use
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
Ondřej Hruška b80f0c504f mention of .pro file hace 8 años
lib light averaging hace 8 años
utils more stuff hace 8 años
.gitignore Added ADC, DAC, SPI, I2C, TIM definitions hace 8 años
LICENSE Initial commit hace 8 años
Makefile removed garbage, added readme hace 8 años
README.md mention of .pro file hace 8 años
blink.c usart handler example + nvic code hace 8 años
blink.h usart handler example + nvic code hace 8 años
init.c removed garbage, added readme hace 8 años
init.h removed garbage, added readme hace 8 años
main.c removed garbage, added readme hace 8 años
proj.pro more stuff hace 8 años
startup_stm32l100xc.s Added code hace 8 años
stm32l100rc.ld Added code hace 8 años
style.astylerc Added code hace 8 años

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.