PDA

View Full Version : Newbie HELP :(



TheOne
- 27th March 2009, 16:32
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

Acetronics2
- 27th March 2009, 17:05
Hi,

And welcome aboard.

IRCIO = INTRC_OSC_NOCLKOUT if no clock out pins are I/Os

IRCCLK = INTRC with CLK OUTput

Alain

TheOne
- 27th March 2009, 17:11
Many Thanks for the help.....

TheOne
- 27th March 2009, 17:15
Config Settings :)

CP = OFF
IRCIO = INTRC_OSC_NOCLKOUT
PWRTE = ON
WDT = OFF
LVP = OFF
MCLRE = OFF