FSM Lecture 17: Exercise-003 Implementing PAUSE state
Exercise-003 Implementing PAUSE state In this article, let’s implement the PAUSE state. The requirement is(see figure 1), When the countdown is paused, time can be modified.…
Exercise-003 Implementing PAUSE state In this article, let’s implement the PAUSE state. The requirement is(see figure 1), When the countdown is paused, time can be modified.…
Exercise-003 Implementing TIME_SET state In this article, let’s process all the events for TIME_SET state. The application is in TIME_SET state, and the Increment time event is…
Exercise-003 Drawing state transitions In the previous article, we wrote some Entry and Exit actions for various states. Transitions: The number of Transitions we draw per state…
How to copy boot images to SD card In our previous article, we have done two partitions to our SD card. The next step is copying BOOT…
Preparing Micro SD card for SD boot In this session, let's prepare a Micro SD card for SD boot. First of all, we have to do Micro…
Exercise-003 Defining states Entry and Exit actions To reduce the clutter on the diagram, you will use short names instead of full variable names. Like c_time, e_time,…