I can't seem to get timer 1 working with an external osc on timer 1 on a PIC18F27J13 . Code works fine with the internal clock.
I have a 32768 crystal across T1OSO and T1OSI with a 12pf cap going to ground just as specified in the datasheet. I have a DIP package so the crystal is between pins 11 and 12.
Any idea what could be wrong?
Timer 1 not running on PIC18F27J13
I have a 32768 crystal across T1OSO and T1OSI with a 12pf cap going to ground just as specified in the datasheet. I have a DIP package so the crystal is between pins 11 and 12.
Any idea what could be wrong?
Code (Text):
- // PIC18F27J13 Configuration Bit Settings
- // 'C' source line config statements
- // CONFIG1L
- #pragma config WDTEN = OFF // Watchdog...