ATMEGA644, GCC Compiler.
I need to change the Timer1 Clock Select Bits "on the fly" after certain events happen in my code. I assume that this is an OK thing to do?
Are there anything things in partiuclar that I need to be careful of when doing this? For instance, should I reset the timer value before or after I change the Clock Select Bits, should I wait any period of time before reading the new timer values? etc...
Thanks.