Need more help with my clone PICkit2...

Thread Starter

TraceII

Joined Dec 27, 2009
7
Well, I've decided to try to work on my microcontrollers again, but i need some help setting up my clone PICkit2. I am trying to connect all the pins up, but I don't know what exactly they are. These are the labels on the PICkit:
VPP
VCC
GND
PGD
PGC
PGM
The VPP and VCC were easy enough, but I don't know what to do with the rest. By the way, I am using PIC10F200's. Can someone help me out?
 

AlexR

Joined Jan 16, 2008
732
Take a look at the data sheet for your PIC to get the pin numbers.
The labels on the PICkit can be confusing as Microchip do not seem to be consistent with their pin names but for the PIC10F200 the pin names translate as follows

VPP = \(\small\overline{MCLR}\) /VPP
VCC = VCC
GND = VDD
PGD = ICSPDAT
PGC = ICSPCLK
PGM = Not used or connected on the PIC10F200. Can be used for Low Voltage Programming in chips that support that function.
 
Top