PDA

View Full Version : Pic to Pic programming



TONIGALEA
- 4th August 2004, 19:41
Hello Picbasic People
i want to know any info (if this is possible?) to program the
pic with another pic without the aid of a computer.
i have to go to the field quite a lot to upgrade the firmware
on instruments that uses 16f877 on board.
although at present i use a bootloader with a laptop using
microcode studio.
Today i actually got on site and my laptop wouldn't work so i
was thinking if there was a way of transfering the hex file to
the pic from a serial eeprom
Is this posisble?
Any pointers on this tread would be well appreciated


Toni

TONIGALEA
- 6th August 2004, 18:30
Oops!
I take it that this is not possible

Toni

NavMicroSystems
- 6th August 2004, 20:14
Toni,

it should be possibe, but it will certainly take some programming.

The more easy way is probably to use ICSP.

check the PIC programming specs DataSheet to find out how critical timing is.

The second option would be to write your own loader.

This is a quite interesting project.

Please keep us informed.

Moldava
- 6th August 2004, 20:33
there'sa standalone pic programmer project on piclist.com

http://www.piclist.com/images/com/bubblesoftonline/www/http/pocket/pocket/pocket.pdf

i think it's your answer... :-)

Moldava
- 6th August 2004, 20:44
sorry,this is the correct link...

http://www.piclist.com/techref/microchip/pocketprog.htm

TONIGALEA
- 7th August 2004, 13:44
Thanks guys this looks great

Toni