Enthernet Code
DIIDevHeads IoT Integration Server
•Created by Boss lady on 6/25/2024 in #middleware-and-os
change the priority of a task in FreeRTOS at runtime using STM32CubeIDE and STM32 HAL libraries
Hi @Boss lady , make sure that xTaskHandle is the correct handle to the task whose priority you want to change. This handle should have been obtained when creating the task or by using a function like xTaskCreate(), also add error handling to aid easy debugging of your code.
5 replies