Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 429 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 429 Bytes

RTOS workshop

This workshop is conducted on STM32F49ZI disco board. Using CMSIS-OS-v1 & CMSIS-OS-v2 which is a wrapper on the FreeRTOS apis.

Tasks & Descriptions

  1. Task_01:

    • Simple tasks creation and resource sharing.
  2. Task_02:

    • Memory allocation.
  3. Task_03:

    • Queues and sharing between tasks.
  4. Task_04:

    • Semaphore tasks (Producer & Consumer).
  5. Task_05:

    • Software timer task.