This example microcontroller flash program displays infinitely scrolling text on LCD screen of STM32 L152 Discovery board.
- STM32 L152 Discovery board
- GNU ARM Embedded toolchain,
- OpenOCD
- STLINK
Just connect your board through USB Mini-B cable and execute this:
make flashmake will download libopencm3 library, build .elf file and flash it using OpenOCD.