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.

Do I need a clock function while programming PIC 16F877?

Status
Not open for further replies.

Elmer

Newbie level 3
Joined
Sep 22, 2004
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
21
16f877 programming

I don´t know if it´s necessary to have a clock function in the pic when your programming to be able to read or write a programm.
 

Re: Programming Pic 16F877

In contrary: it's not allowed that the program counter increments during programming (read & write) because of an oscillation from the crystal. Clocking is exclusively done by RB6 or RB7 (can't remember). Sometimes it's necessary to stop the oscillator by short-circuiting the crystal or connecting the oscillators input to ground.

Mik
 

Programming Pic 16F877

ICSP from microchip have 2 mode
:)
<1> standard programing need condition
1 Vpp 13v on MCLR pin (progamming mode)
2 power 5v-4.2v on Vdd pin
3 ground on Vss pin
4 Data for progaming (Bi-directional)
Call PGD Programming data on RB7 pin
5 Clock for programing (Programer to pic)
Call PGC Programing Clock on RB6 pin
This mode does not need any Clock from OSCx pin
<2> The second mode is Low voltage Progrming
This mode use only PGM programing pin
RB3 for PIC16 Or RB5 for PIC18
This mode need Clock from OSCx pin
:lol:
 

Re: Programming Pic 16F877

Thanx Friends. 8)
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top