Question
Using IAR develop a program to display a timer using the 7 segment displays. The counter must be able to count up to 59 minutes
Using IAR develop a program to display a timer using the 7 segment displays. The counter must be able to count up to 59 minutes and 59 seconds and must be displayed in the following format: 59:59 (using the colon). Use software delay loops to approximate one second delays. Use the switches S2 and S3 on the development board for input. S2 must be used to start the timer while S3 must be used stop the timer on the first press and reset the timer back to 00:00 on the second press. Use interrupts for the switches and make sure they are de-bounced.
(In assembly, not C please)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started