Basic vanilla C boilerplate for STM32L100xC (Discovery L100C). Uses GCC. This was some class project without much practical use
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

261 B

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.