Basic vanilla C boilerplate for STM32L100xC (Discovery L100C). Uses GCC. This was some class project without much practical use
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
Ondřej Hruška b80f0c504f mention of .pro file 8 yıl önce
lib light averaging 8 yıl önce
utils more stuff 8 yıl önce
.gitignore Added ADC, DAC, SPI, I2C, TIM definitions 8 yıl önce
LICENSE Initial commit 8 yıl önce
Makefile removed garbage, added readme 8 yıl önce
README.md mention of .pro file 8 yıl önce
blink.c usart handler example + nvic code 8 yıl önce
blink.h usart handler example + nvic code 8 yıl önce
init.c removed garbage, added readme 8 yıl önce
init.h removed garbage, added readme 8 yıl önce
main.c removed garbage, added readme 8 yıl önce
proj.pro more stuff 8 yıl önce
startup_stm32l100xc.s Added code 8 yıl önce
stm32l100rc.ld Added code 8 yıl önce
style.astylerc Added code 8 yıl önce

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.