Hello,
In timer concept I want to clear a thing to load a value for MR0 for example of 1 seconds.For 1 seconds I used to load a value for MR0 using the following calculation,
F=12Mhz(PCLK)
For calculating time,T=1/F
(i.e.)T=1/(12*10^6)=0.083Usec(for 1 clock cycle)
So using this for 1sec=1hz,the MR0 value I used was 83000.Is it the correct method?