This workshop is conducted on STM32F49ZI disco board. Using CMSIS-OS-v1 & CMSIS-OS-v2 which is a wrapper on the FreeRTOS apis.
-
Task_01:
- Simple tasks creation and resource sharing.
-
Task_02:
- Memory allocation.
-
Task_03:
- Queues and sharing between tasks.
-
Task_04:
- Semaphore tasks (Producer & Consumer).
-
Task_05:
- Software timer task.