You need to create a FreeRTOS task that executes precisely every 200 ms using vTaskDelayUntil(). The system tick rate is 1000 Hz. Which of the following code snippets correctly implements this?
hard📝 Application Q8 of 15
FreeRTOS - Task Scheduling
You need to create a FreeRTOS task that executes precisely every 200 ms using vTaskDelayUntil(). The system tick rate is 1000 Hz. Which of the following code snippets correctly implements this?