Answered step by step
Verified Expert Solution
Question
1 Approved Answer
(c) An embedded system is implemented using an RTOS. The system has two push buttons B1 and B2 that are polled and three LEDs to
(c) An embedded system is implemented using an RTOS. The system has two push buttons B1 and B2 that are polled and three LEDs to be turned on and off. At all times, one of the LEDs is flashing, with equal on and off times. Pressing B1 cycles through the three LEDs; pressing B2 cycles through a set of times, used to control the flashing rate. The number of times is not yet determined, but will be specified as whole numbers of RTOS ticks. (i) Suggest how many threads you would use to design this application and the role of each thread. (ii) Explain how the threads in you design will interact. You should describe the RTOS API calls used but exact names are not required. Diagrams may be used
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