Do I have type in all of this?
Example: Typical Settings for a 16F628…
@ DEVICE pic16F628, INTRC_OSC_NOCLKOUT
' System Clock Options
@ DEVICE pic16F628, WDT_ON
' Watchdog Timer
@ DEVICE pic16F628, PWRT_ON
' Power-On Timer
@ DEVICE pic16F628, MCLR_OFF
' Master Clear Options (Internal)
@ DEVICE pic16F628, BOD_ON
' Brown-Out Detect
@ DEVICE pic16F628, LVP_OFF
' Low-Voltage Programming
@ DEVICE pic16F628, CPD_ON
' Data Memory Code Protect
' Set to CPD_OFF for Development Copy
' Set to CPD_ON for Release Copy
@ DEVICE pic16F628, PROTECT_ON
' Program Code Protection
' Set to PROTECT_OFF for Development Copy
' Set to PROTECT_ON for Release Copy
********************************************
This what I had on mine
@ DEVICE pic12F629, INTRC_OSC_NOCLKOUT
' System Clock Options
@ DEVICE pic12F629, WDT_ON
' Watchdog Timer
Will this be fine? I was just trying to blink a LED to find out if it worked this way, but still the same message. On the programmer, what setting should I put.
Example:
IntGP4?Tried this
RCGP4?Tried this
XT? I am sure not this
HS? I am sure not this
Anything else I am overseeing?
Bookmarks