Hello,
is it possible to prescale the Timer 2 like you can do for Timer 1? Instead of creating getting a clock tick every 1/32Mhz ==about 31.25 ns, I want an accuracy about 1µs, so that the timer2 can represent with its 40bit and a prescaler of 32 a timeline upto 32*1/32000000*2^(40) = about 12days (1099511,628 seconds).
Thanks in advance