Select Page

FreeRTOS Interrupt Management Assignments

  1. Deferred Interrupt Processing
    Create Task 1 as a continuous processing task, How to do it …
  2. Deferred Interrupt Processing Using Binary Semaphore
    Create Task 1 as a continuous processing task, and Task 2 (interrupt handler task) as the task to which interrupt processing is deferred. How to do it …
  3. Deferred Interrupt Processing Using Counting Semaphore
    Initialize Timer3A to capture rising edges in edge-count mode. How to do it …
  4. Implement a STOP watch
    Implement a STOP watch in three tasks as follows: How to do it …