Introduction to Stellaris LaunchPadBasic introduction to the features of LM4F120H5QR based Stellaris LaunchPad Development Board. This is the best place for a newbie to start experimenting with ARM based microcontrollers.
|
Tutorial 1 - BlinkThis tutorial will give you a basic introduction to how to configure GPIO using the example of blinking an led.
|
Tutorial 2 - Using Button SwitchThis tutorial is a basic tutorial through which I wish to teach you how to take in input using the Stellaris LaunchPad. For this tutorial, I will be using the one of the two on board switches named SW2 as the input.
|
Tutorial 3 - Using locked Pin for GPIO usageIn this tutorial, we will be try to use a normally locked pin as a general input pin. But right now, i am interested in blinking an LED using a NMI (Non Maskable Interrupt) pin. Actually, it is easy, but a newbie wont be able too find how to do it easily. This is what forced me write this tutorial.
|
Tutorial 4 - Serial CommunicationThis tutorial is about how to enable and properly configure UART on your Stellaris LaunchPad. This tutorial is the first of its kind and is exclusively meant for teaching how to write into a serial stream, how to set the baud rate parity bit, stop bit etc. These tutorials may at the first look seems useless but I only mean to teach you the basic concepts of how to program the ARM based microcontroller.
|