FreeRTOS - Task Scheduling
What is wrong with this FreeRTOS idle hook implementation?
void vApplicationIdleHook(void) {
for(;;) {
// background processing
}
}What is wrong with this FreeRTOS idle hook implementation?
void vApplicationIdleHook(void) {
for(;;) {
// background processing
}
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions