Menu (English) | Linux & Asm x86-32 | PIC microchip | Debian Packages | Links | Javastation Sun | Weblog | About
Menu (Nederlands) | Linux & Asm x86-32 | PIC microchip | Tux maakt koffie | Links |   | Weblog | Over
Last update : 2006-05-17
PIC --> Howto program a PIC16F84?

How to program a PIC16F84 ?


1. How to assemble a PIC16F84-program :

I make use of gpasm. People who work with Debian GNU/Linux can find gpasm in the package gputils (apt-get install gputils).

2. How to write this program to a PIC16F84 :

I make use of the hard- and soft-ware that I have found at http://www.iki.fi/hyvatti/pic/picprog.html

People who work with Debian GNU/Linux can download a picprog package here .

Below I have put some pictures that show the programmer that I have build :

Front

Back


3. How does this work :

1. Write a program with an editor of your choice.
2. Assemble this program with gpasm

   gpasm -a inhx16 xxx.asm
   
3. Burn this program to the PIC16F84 with picprog

   picprog --burn --input xxx.hex --pic /dev/ttyS1


Valid HTML 4.01!
Google