Maker Pro
Maker Pro

connecing a PICkit 2 => PIC24EP128GP

foTONICS

Sep 30, 2011
332
Joined
Sep 30, 2011
Messages
332
Looking up the schematic for the PICkit 2 I have:

pin 1: Vpp/MCLR
pin 2: Vdd Target
pin 3: Vss (ground)
pin 4: ISCPDAT/PGD
pin 5: ISCPCLK/PGC
pin 6: AUXILIARY

and looking at the datasheet for the PIC24 I have the corresponding pins:

pin 1: MCLR
pin 13: Vdd
pin 19: Vss

the next two pins is where I'm sorta confused. I noticed there are multiple sets of PGEC/PGED options. Does it matter which one I use or can I just do this?:

pin 7: PGD
pin 6: PGC

Am I correct in thinking that PGEC = PGC and PGED = PGD?
 

BobK

Jan 5, 2010
7,682
Joined
Jan 5, 2010
Messages
7,682
You can use any of the PGC PGD pairs for programming. You can then set configuration bits to determine which pair is used for debugging.

Bob
 
Top