Goals of this Lab

  • Introduce FreeRTOS, the de facto standard RTOS for microcontrollers, small microprocessors and for IoT application development
  • Learn asks states, how to create and use FreeRTOS tasks
  • How to use queue for inter-tasks communication
  • Learn how to protect the critical section