How to Learn Microprocessor Programming

Start learning microprocessor programming by working on a microcontroller.
••• microchip on green board image by Alexander Potapov from Fotolia.com

The simplest and most immediately rewarding way to learn microchip programming is by working with a microcontroller. A microcontroller is essentially a computer on a chip with its own processor, RAM memory, and input/output pins. Some microcontrollers have built-in analog-to-digital converters. There are many types of microcontrollers, but the easiest way to start is by using an Arduino board. An Arduino is a small circuit board that includes a microcontroller and all the external circuitry needed to program and run it. With an Arduino, you can jump right into learning programming.

    Choose a microcontroller you want to learn. Microchip's PIC series and Atmel's AVR chips are both popular choices, as well as the Arduino board. Most microcontrollers use a version of the C programming language, but there are variations. Each manufacturer also uses its own assembly language. Assembly code is less clear than C, but is more efficient because it's closer to the machine language of the chip. Because assembly language is so compact and memory on a microcontroller is limited, many programs are written in a combination of C and assembly.

    Read the data sheet for the microcontroller you've chosen, and find out what external circuitry you'll need to run it. You'll need a breadboard to prototype circuits on, components for the power supply circuit, a programming cable, and potentially an EEPROM memory chip for program storage. If you're using an Arduino you don't need to wire up any external circuitry before programming the chip.

    Download code-editing software and a compiler for your chip. "Compiling" code transforms it from the relatively clear language you wrote it in to a language the chip can understand. Code for a microcontroller needs to be compiled for that specific chip, therefore, download the compiler from your microcontroller's manufacturer. Arduino uses its own programming language, which is similar to C, but easier to learn. Free editing and compiling software for Arduino is available on its website, along with extensive tutorials.

    Set up your microcontroller on the breadboard. Follow the instructions in the data sheet for external circuits such as the power supply. Different microcontrollers require different amounts of voltage and current to run, so you need circuitry that will condition the power supply properly.

    Follow the instructions you've found for your chip's programming language, either online or in a book, to write your first simple program. Don't get ahead of yourself and try something complicated. The first step is just to successfully program the chip with some simple instructions. For example, try writing a program that will blink an LED on and off. Your instructional materials will most likely have sample introductory projects as well.

    Connect your microcontroller to the power supply, and connect the programming interface to your computer. Compile and download your software to test it out.

    Develop your skills by adding features to your software and making it more complex. For example, try adding a dial to your blinking LED project that will allow you to change the rate at which the LED blinks.

    Learn more code and become confident in your programming by working on increasingly complicated example projects, and trying out your own ideas. Don't just read the whole book through and then try something complicated. You learn programming by programming, not just reading.

Related Articles

5 Arduino Project Ideas
The Best Raspberry Pi Projects for Beginners
5 Computer Kits to Inspire the Little Programmer in...
How to Read an IC Part Number
How to Load the Periodic Table Into a Scientific Calculator
How to Read Schematics
This 9-Course Training will Teach You Java, Python,...
Projects for Electrical & Electronics Engineering
The 5 Best Toys to Introduce Kids to Robotics
Senior Project Ideas for Electronic Engineering
How to Make Your Own Micro Flying Robot
Build Your Own Robot (and Learn to Code) With These...
College Projects in Electronics
How to Use a Variac
Easy to Build, Cheap Robot Projects
Digital Electronics Mini Projects
How to Test an SCR With an Ohmmeter
How to Simplify a Square Root on a TI-84 Calculator
Electronics Projects Using 4047 or 4027 IC
How to Make a Simple Remote Control Car