1- Design a timer system that has a push button, LCD and RTI. When you press the push button, the timer starts counting each second and displays the seconds' value on the LCD. When you press the timer, the system stops counting. You must use interrupts for RTI and push button.
2- Design a keypad using interrupts. Display the key on the LCD.