ZacckOsiemo
ZacckOsiemo
DIIDevHeads IoT Integration Server
Created by Marvee Amasi on 6/24/2024 in #middleware-and-os
How to Handle Time-Critical Sensor Data Interrupts Efficiently in FreeRTOS on STM32F4?
You can’t dynamically create a task directly in an ISR, but you can pend a function that starts them from the RTOS daemon task.
9 replies