Getting Started with FreeRTOS: Task States Explained
Introduction This article will explain the task states in FreeRTOS. In FreeRTOS, tasks can be in various states, and understanding these states helps us comprehend how tasks run and stop. 1. Simple Experiment Before we proceed, let’s conduct an experiment to observe how tasks run: Code: The code below defines three flags, indicating which task … Read more