Feeling Noobish with 12F683
Ok, this is getting to me.
very simple test program:
Quote:
CMCON0=7 '00000111 - comparator pins configured as I/O
ANSEL=0 'all I/O is digital
OSCCON=96 'internal 4mhz clock 01100000
TRISIO=40 '101000
led var GPIO.4
CLEAR
start:
led=1
pause 500
led=0
pause 500
goto start
compiles fine (no duh)
Using pbp 2.46, the parallel EPIC PLUS programmer, ICSP harness... erases fine, confirmed blank.
I get a "code programming error at 0000"
Upon "verify", it shows the following message:
"Configuration verify error at 0000. 0FFF should be 00F4. Continue verifying?"
The rest verifies ok if I click YES.
I have verified that I can program a 16F88 right afterwards, with no issues.
What the heck ?
Any suggestions?
12F683 programming issue resolved
Well, the MElabs folks suggested that I download the OLD version of the EPIC programmer software, version 2.46, from their website and try that to fix my problem. Lo and behold, it WORKED!!!
So if anyone else is having this issue, programming problems with the parallel EPIC programmer and the 12F683, this seems to be the fix.
picster