Hi,

I had a quick question about 'special' pins on the PIC, such as the interrupt pins, or the USART pins.

If we are not making use of these special features, we can forget the pins are different from any others. If we are using them, and have enabled all the neccesary control registers, then does it matter, for instance, whether we set the pins to high or low, input or output?

In other words, once the special status of the pin has been enabled, does this overide anything else we try to do to it.

Should I set the TRIS registers just to be safe to ensire that I can't, for instance, send the pin high that is being used to receive hardware usart, or is this all done automatically somewhere anyway...?


Cheers,


Ben