I can't seem to get the RA6 pin to be a digital I/O. Is there a problem with the 16F88.dat chipdata file?
The datafile does not have INTIO2 as an oscillator configuration so I suppose RA6 is remaining as a clockout pin.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Solved the problem #config OSC=INTRC_IO is what is needed.
The confusion was also caused by a 47 uF cap on the pin which caused it to shut off.
But amazingly no damage done.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can't seem to get the RA6 pin to be a digital I/O. Is there a problem with the 16F88.dat chipdata file?
The datafile does not have INTIO2 as an oscillator configuration so I suppose RA6 is remaining as a clockout pin.
Solved the problem #config OSC=INTRC_IO is what is needed.
The confusion was also caused by a 47 uF cap on the pin which caused it to shut off.
But amazingly no damage done.