For the 628A...
@ DEVICE MCLRE_OFF, INTRC_OSC, WDT_OFF, LVP_OFF, BOD_OFF, PWRT_ON, PROTECT_OFF
And the config type you are using is for PM. Is that set correctly in MCS?
Dave
Always wear safety glasses while programming.
Check the code here:
http://www.picbasic.co.uk/forum/showthread.php?t=15960
You are missing the PIC model after DEVICE.
Robert
You still do not have
MCLRE
Dave
Always wear safety glasses while programming.
See if this works. I was not paying attention, you are using PBP 3 ?
#CONFIG
__config _CONFIG1, _INTRC_OSC_NOCLKOUT & _WDT_ON & _LVP_OFF & _CP_OFF & _MCLRE_OFF
#ENDCONFIG
Dave
Always wear safety glasses while programming.
Bookmarks