Basic vanilla C boilerplate for STM32L100xC (Discovery L100C). Uses GCC. This was some class project without much practical use
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
Ondřej Hruška b80f0c504f mention of .pro file pirms 10 gadiem
lib light averaging pirms 10 gadiem
utils more stuff pirms 10 gadiem
.gitignore Added ADC, DAC, SPI, I2C, TIM definitions pirms 10 gadiem
LICENSE Initial commit pirms 10 gadiem
Makefile removed garbage, added readme pirms 10 gadiem
README.md mention of .pro file pirms 10 gadiem
blink.c usart handler example + nvic code pirms 10 gadiem
blink.h usart handler example + nvic code pirms 10 gadiem
init.c removed garbage, added readme pirms 10 gadiem
init.h removed garbage, added readme pirms 10 gadiem
main.c removed garbage, added readme pirms 10 gadiem
proj.pro more stuff pirms 10 gadiem
startup_stm32l100xc.s Added code pirms 10 gadiem
stm32l100rc.ld Added code pirms 10 gadiem
style.astylerc Added code pirms 10 gadiem

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.