Comprehensive Analysis of FreeRTOS Task Management: Mastering Core Techniques from Creation to Deletion
1. Basic Concepts In the context of the entire microcontroller program, we refer to it as an application. When using FreeRTOS, we can create multiple tasks within the application; some documents refer to tasks as threads. For example, in daily life, a mother may need to do two things at the same time: Feeding: This … Read more