Skip to content

spbnick/stm32-poke

Repository files navigation

stm32-poke

This is an attempt to write C programs from scratch for a minimal STM32 development board, which uses STM32F103C8T6 chip.

Building

First you'll need the compiler. If you're using a Debian-based Linux you can get it by installing gcc-arm-none-eabi package. Then you'll need the libstammer library. Build it first, then export environment variables pointing to it:

export CFLAGS=-ILIBSTAMMER_DIR LDFLAGS=-LLIBSTAMMER_DIR

LIBSTAMMER_DIR above is the directory where the built libstammer is located.

After that you can build the program using make.

About

Bare-bones STM32F103 C programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published