Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

PIC Programing using another pic without PC

Status
Not open for further replies.

ismu

Full Member level 2
Joined
May 12, 2009
Messages
145
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,298
Location
nil
Activity points
2,340
Can i Program a PIC using other PIC , without using computer.
i think PIC-to-PIC Copier.
 

yes you can. You need to write a boot loader for that PIC which you want to program.
 
  • Like
Reactions: ismu

    ismu

    Points: 2
    Helpful Answer Positive Rating
hi Mr. taroot,

Can you please share some more information....I am also looking for it....

regards,

Milind
 

There is two PICs.One is PIC-T that will send the data at its UART. That data basically Binary file generated by your compiler. Second is PIC-R that one you want to program.There may be some steps;
1 - Store binary file in PIC - T.
2 - Write a program for PIC-R, that will receive the code at its UART and write it into its flash. It is kind of boot loader program.
3 - Choose a pic for IC-R that can write its flash.
 
  • Like
Reactions: ismu

    ismu

    Points: 2
    Helpful Answer Positive Rating
but how can i burn boot loader in to second pic(without pc) .
can take this through first pic (master)

---------- Post added at 19:41 ---------- Previous post was at 19:34 ----------

but how can i burn boot loader in to second pic(without pc) .
can take this through first pic (master)
 

To burn Boot loader you must use PC for second PIC.
 

SIR
But i can see one PIC copier in my friend thats have one master uc and 40 pin slot. We can program new PIC uc by just clip on this 40 pin slot and press a micro switch. then master program will be copied to this new PIC , without burning bootloader into new PIC (Fresh new PIC) and without using PC also . i think master PIC can burn bootlooder into
second PIC(New) without PC ,is it?if s how it possible?
 

As my information you program a new PIC using its programming pins. you dont connect the pic directly to the PC. there is always a pic in between. I think you basically talking about a programmer hardware like ICD programmer. Micho chip is also providing a ICD programmer. Use google for more informations.
 
  • Like
Reactions: ismu

    ismu

    Points: 2
    Helpful Answer Positive Rating
k thanks,
before i get confused PGD/PGC and RX/TX.
now cleared it thanks
 

This is called programmer to go function. Pickit2 and PICkit3 programmer from microchip has this facility.
 
  • Like
Reactions: ismu

    ismu

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top