I am working with the 16F886 for the first time. My compiler is PBP 2.60. After an hour trying to get the blinky light program to work (never had this problem on any other PIC) I looked for Post’s that may give me a hint as to what I may be doing wrong. I came across a Post on the 16F819 (another internal clock) that said it would not work unless PGM was tied low. I’ve never had this problem with an F819 but it solved the problem on my 886. If I remove the PGM low the PIC stops operating. I tried several 16F866 and all were the same results. This means I loose RB3 as an I/O. I haven’t tried using external oscillator on the F886 because I would like to use all I/O’s on this project. I’ve never seen any comments about this 886 charictoristec on any Post. Is there something I can do to eliminate the need for the PGM to ground?
@ DEVICE INTRC_OSC_NOCLKOUT,MCLR_OFF,BOD_OFF,WDT_OFF
comments will be appreciated!