Hi,
I'm trying get 5 min timer with C8051F120 timer 2. 24 MHz clock is used and is there any way that i can create 5 min timer?
thanks
If the scope of your timer is only milliseconds you'll want to count off how many there are in 5 minutes.
ie a one millisecond tick timer will enter the interrupt 1000 times in one second, 60000 times in one minute, 300000 times in five minutes