I have an atmega168 which runs on the internal 8Mhz clock. But I need it to be more accurate than the RC clock can be, so I have a 32768Hz crystal connected to XTAL1 and XTAL2. My plan was to have this crystal be the source of the timer/counter2 clock. I've tried setting the EXCLK bit to 1, but it does not seem to work.
According to the datasheet I should connect and external clock to those pins. If I set AS2 high, then I should connect a crystal Oscillator to those pins. What is the difference then, between a clock, a crystal oscillator and a crystal?
My problem is that I can't get the timer to run on the external crystal. Does anyone know how to get that to work, and maybe explain what I have done wrong?
