11 FreeRTOS Task-Related API Functions
1. Introduction to Other FreeRTOS Task-Related API Functions 1. Introduction to FreeRTOS Task-Related API Functions (Commonly Used) Answer: 2. Task Status Query API Functions 1. Function to Get Task Priority Answer: UBaseType_t uxTaskPriorityGet( const TaskHandle_t xTask ) This function is used to get the priority of a specified task. To use this function, the macro … Read more