This is an old revision of the document!


Table of Contents

OpenCM3

OpenCM3 is a firmware library for embedded ARM CPUs.

Install
git clone git://github.com/libopencm3/libopencm3.git
cd libopencm3
make
Examples
git clone https://github.com/libopencm3/libopencm3-examples.git
cd libopencm3-examples
git submodule init
git submodule update
make
cd examples/stm32/f1/stm32vl-discovery/fancyblink/
arm-none-eabi-objcopy -Obinary fancyblink.elf fancyblink.bin
st-flash write v1 fancyblink.bin 0x8000000
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information