Basic vanilla C boilerplate for STM32L100xC (Discovery L100C). Uses GCC. This was some class project without much practical use
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ondřej Hruška b80f0c504f mention of .pro file 8 년 전
lib light averaging 8 년 전
utils more stuff 8 년 전
.gitignore Added ADC, DAC, SPI, I2C, TIM definitions 8 년 전
LICENSE Initial commit 8 년 전
Makefile removed garbage, added readme 8 년 전
README.md mention of .pro file 8 년 전
blink.c usart handler example + nvic code 8 년 전
blink.h usart handler example + nvic code 8 년 전
init.c removed garbage, added readme 8 년 전
init.h removed garbage, added readme 8 년 전
main.c removed garbage, added readme 8 년 전
proj.pro more stuff 8 년 전
startup_stm32l100xc.s Added code 8 년 전
stm32l100rc.ld Added code 8 년 전
style.astylerc Added code 8 년 전

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.