Why will this 12F683 program not run? Running on Microchip PIC kit1 and programmed with MPLAB v8.1. Programs on 12F675 chips seems to run fine but I can't get any 12F683 program to run. I have tried several different chips on two different PIC kit1's with same results. I'm sure I'm over looking something simple.
Compiler v4.076
Hardware PIC Kit1
MPLAB v8.1
Code:
#include <12F683.h>
#device adc=8
#FUSES NOWDT //No Watch Dog Timer
#FUSES INTRC_IO //Internal RC Osc, no CLKOUT
#FUSES NOCPD //No EE protection
#FUSES NOPROTECT //Code not protected from reading
#FUSES NOMCLR //Master Clear pin used for I/O
#FUSES PUT //Power Up Timer
#FUSES BROWNOUT //Reset when brownout detected
#FUSES NOIESO //Internal External Switch Over mode disabled
#FUSES NOFCMEN //Fail-safe clock monitor disabled
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum