Microcontroller Programming

November 15, 2008 by · 3 Comments
Filed under: Pic Programing 

Microcontroller Programming

There are lot of things have to be considered when devices are made using microcontrollers. In here such several issues will be discussed on Microcontroller Programming.

Steps of Microcontroller Programming

  • Get an idea about what is going to be done using Microcontroller
  • Dividing the problem in to smaller parts for the ease of solving
  • Programming using assembly
  • Converting the program in to a hex code which can be understood by the Microcontroller
  • Programming Microcontroller using hardware

Read more