I am trying to make a countdown timer using an ATmega32 clocked at 8 MHz.
I want to use the ATmega timer to start a countdown for 8 minutes when the switch is pressed and the output should turn on for 8 minutes and when the countdown hits zero the output should turn off and the countdown returning back to zero. (All this I want to show on a 16*2 LCD). I know that I have to use a timer for that, but I am really not sure on how to do it. Any suggestions?
Is creating this much long delay from an AVR timer possible or not?