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

Beginner guide to Microcontroller Programming

October 18, 2008 by · 14 Comments
Filed under: Pic Programing 

1. Beginner guide to Microcontroller Programing

The following link is a tutorial series on the 14-bit core PIC family made by Microchip. It covers common PICs like 16F84, 16F628, 16F87x etc…It tells you nearly everything about its architectures like program code bus and data bus and many other aspects like Reset, Oscillators etc. It is much easier to learn while someone is talking to you via diagram and animated drawings. At this moment, the following areas are covered: Architecture, Instruction Set, Development Tools Overview, Device Configuration, Resets and Oscillator Read more