Enthernet Code
Enthernet Code
DIIDevHeads IoT Integration Server
Created by Boss lady on 6/5/2024 in #middleware-and-os
How to identify and resolve the issue causing the task to miss its deadline?
you can monitor task execution time like you have already implemented a task vTaskMonitor to monitor the execution time. However, the implementation is not correct for deadline monitoring. Instead of using xLastWakeTime you should use xTaskGetTickCount() to compare with the deadline. @Boss lady
5 replies