Camila_99$$
Camila_99$$
DIIDevHeads IoT Integration Server
Created by Sterling on 9/9/2024 in #middleware-and-os
Managing DMA Callback and FreeRTOS Tasks with Timing Constraints on STM32f4
Adjusting the timing might help yeah , but it's more about ensuring the callbacks don’t hog all the CPU time. By using double buffering or adjusting interrupt priorities, you’re already reducing the time DMA interrupts take. If FreeRTOS still isn’t getting enough time, you might also consider tweaking task priorities or adding some delay within the callback if possible…
6 replies