Here the start of source with pin declarations. Remember that 629 and 675 have the same header only difference is the A/D. Simply connect the header to ICD2 and to circuit and start the debugger... No strange needs! PROCESSOR PIC12F629 #include p12f629.inc __CONFIG _CP_ON & _MCLRE_OFF & _CPD_OFF & _BODEN_ON & _WDT_OFF & _PWRTE_ON & _INTRC_OSC_NOCLKOUT ;& _MCLRE_OFF #define cTRIS b'00101011' #define puls1 GPIO,0 ;I 7 #define puls2 GPIO,1 ;I 6 #define radioout GPIO,2 ;O 5 #define radioin GPIO,3 ;I 4 MCLR #define enableIn GPIO,4 ;O 3 #define led GPIO,5 ;O 2 movlw b'10001111' ;no pull-ups movwf OPTION_REG Best regards Nicola Per Linne wrote: > How did you use (configure) them then? > > PerL > > > ----- Original Message ----- > From: "Nicola Perotto" > To: "Microcontroller discussion list - Public." > Sent: Wednesday, September 20, 2006 12:07 AM > Subject: Re: [PIC] Problem with PIC12F675 A/D conversion > > > >> I used without problems all 6 pin >> >> > > > -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist