Files
libopencm3-examples/examples/stm32/f4/stm32f4-discovery/tick_blink
Karl Palsson e0f377fec0 stm32f4: use new rcc_clock_setup_pll()
Batch replaced to use new api.  User code doesn't need this, but
examples should be up to date, and this avoids deprecation warnings.
2019-06-02 20:39:56 +00:00
..

README

This example is the same as fancy_blink except that it uses the systick timer to generate time accurate delays. Shows how to set up the systick timer to create an interrupt every millisecond and how to write a delay routine (msleep) that can then delay for a specific number of milliseconds.

Board connections

none required