libopencm3/examples/lm4f/stellaris-ek-lm4f120xl/miniblink
Piotr Esden-Tempski 3d3ddc7014 Fixed all warnings for examples. 2013-02-26 19:33:42 -08:00
..
Makefile lm4f: Add exammple for Stellaris Launchpad board 2012-12-31 01:35:27 -06:00
README lm4f: Update miniblink example to demonstrate clock API 2013-01-09 02:12:21 -06:00
miniblink.c Fixed all warnings for examples. 2013-02-26 19:33:42 -08:00

README

------------------------------------------------------------------------------
README
------------------------------------------------------------------------------

This example demonstrates the following:
 * Configuriong GPIO pins
 * Toggling GPIO pins
 * Setting up and using GPIO interrupts
 * Unlocking protected GPIO pins
 * Controlling the system clock
 * Changing the system clock on the fly

Flashes the Red, Green and Blue diodes on the board, in order. The system clock
starts at 80MHz.
Pressing SW2 toggles the system clock between 80MHz, 57MHz, 40MHz ,20MHz, and
16MHz by changing the PLL divisor.
Pressing SW1 bypasses the PLL completely, and runs off the raw 16MHz clock
provided by the external crystal oscillator.
The LEDs will toggle at different speeds, depending on the system clock. The
system clock changes are handled within the interrupt service routine.