Difference between revisions of "PIC Programmers, In Circuit Programming and BootLoaders"

From OpenCircuits
Jump to navigation Jump to search
(New page: This is an article in the process of creation, will you help finish it? In the PIC world programming may mean either writing the program by a human being or writing the hex file from the...)
 
Line 50: Line 50:
  
  
category:Member Page
+
   [[category:Microcontroller]][[category:PIC]]
   category:salvage
 
  category:Test Instrument
 
  category:Serial Communications
 
  category:Microcontroller
 

Revision as of 14:14, 14 May 2009

This is an article in the process of creation, will you help finish it?


In the PIC world programming may mean either writing the program by a human being or writing the hex file from the compiled ( assembled ) program into the PIC chip. This page concenrns the former.

There are several different methods of programming each with its own advantages and disadvantages. Right now I like serial bootloading the best, but it may not be the best for everyone. The following chart summarizes the methods, they are then discussed in more detail later.


Method What Details
Stepper Motor Drive Stepper Motor Tester Half step, forward reverse, variable speed.



Hardware Programmer

In Circuit Programming

Serial Bootloaders