Correct me if i am wrong.
PIC16F84 - RA4/TOCK has dual function as I/O port and as clock input to TMR0.
To make it as input; OPTION_REG=OPTION_REG OR %0010000
( set bit 5 as advise in datasheet )
Correct me if i am wrong.
PIC16F84 - RA4/TOCK has dual function as I/O port and as clock input to TMR0.
To make it as input; OPTION_REG=OPTION_REG OR %0010000
( set bit 5 as advise in datasheet )
Bookmarks