-
Newbie HELP :(
HI, i have a pic16F628A to program and the settings are
LIST p=16F628A ;PIC16F628A is the target processor
__config _CP_OFF & _INTRC_OSC_NOCLKOUT & _PWRTE_ON & _WDT_OFF & _LVP_OFF & _MCLRE_OFF
i understand all the settings a part from this one! - INTRC_OSC_NOCLKOUT
my programming software says in its settings
IRCCLK
IRCIO
wich do i use... any help thanks from a newbie
-
Hi,
And welcome aboard.
IRCIO = INTRC_OSC_NOCLKOUT if no clock out pins are I/Os
IRCCLK = INTRC with CLK OUTput
Alain
-
Many Thanks for the help.....
-
Config Settings :)
CP = OFF
IRCIO = INTRC_OSC_NOCLKOUT
PWRTE = ON
WDT = OFF
LVP = OFF
MCLRE = OFF