Hi guys, thanks for the responce!

I have been doing a few projects based on the 16F88 and they all have turned out a success until this time, the first time I needed RA6 & RA7 as I/O’s.

I use MPASAM and the first part of my code looks like this:

define OSC 8

OSCCON =%01110000

@__config_INTRC_IO ‘ added today, compiled OK but no I/O on RA6 or RA7

TRISB = %00000000

TRISA = %11001100

ANSEL = %00000000

CMCON = 7



All the other ports works just fine so.....


Thanks for being here!