hi , I am trying to use 32 bit timer (2-3) in pic24fj128ga310, with Fosc = 8 MHz. Below is my code which is not giving me 10 sec delay"void Timer32_Init(){T2CON = 0x00; //Stops any 16/32-bit Timer2 operation
T3CON = 0x00; //Stops any 16-bit Timer3 operat..
↧