1 / 8

CSE – 321 Real-time Embedded Systems Project: MYRO da GYRO

CSE – 321 Real-time Embedded Systems Project: MYRO da GYRO. Team: Robin Chander Fahad Sherwani Pulkit Dabas. CRC CARD: MYRO da GYRO. Responsibilities. Collaborations. Project Idea Pseudo code Check if task can be scheduled according to EDS Actual Scheduling Implementation

Download Presentation

CSE – 321 Real-time Embedded Systems Project: MYRO da GYRO

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CSE – 321Real-time Embedded SystemsProject: MYRO da GYRO Team: Robin Chander Fahad Sherwani Pulkit Dabas

  2. CRC CARD: MYRO da GYRO Responsibilities Collaborations • Project Idea • Pseudo code • Check if task can be scheduled according to EDS • Actual Scheduling Implementation • Testing and Bug Fixing • Robin Chander • Robin Chander/Pulkit Dabas • Fahad Sherwani / Pulkit Dabas • Robin Chander / Fahad Sherwani • Robin Chander / Fahad Sherwani / Pulkit Dabas

  3. Earliest Deadline Scheduling (EDS) • Finish the task which has the earliest deadline first. • Feasibility: • Task(i) Execution Time(Ei) Period(Pi) • 1 1.0 3 • 2 2.0 8 • 3 4.0 10 • The EDS is possible if

  4. Architectural Diagram (E1/P1+ E2/P2+ E3/P3) > 1

  5. EXAMPLE Task(i) Execution Time(Ei) Period(Pi) 1 1.0 2 2 2.0 8 3 4.0 10 Not Feasible

  6. EXAMPLE • Task(i) Execution Time(Ei) Period(Pi) • 1 1.0 3 • 2 2.0 8 • 3 4.0 10 Feasible

  7. Scheduling

  8. Lesson Learnt • Python • Earliest Deadline Scheduling • Programming with scribbler

More Related