Joseph Ogbonna
DIIDevHeads IoT Integration Server
•Created by Marvee Amasi on 4/30/2024 in #firmware-and-baremetal
how can I transfer audio data from ISR to a task using queues on my STM32F401 with FreeRTOS?
To efficiently transfer 433-byte audio data from an ISR to a task using queues on your STM32F401 with FreeRTOS:
Optimize ISR frequency
Increase queue size
Use a circular buffer
DMA transfer
Task prioritization
ISR-to-task notification
These are steps you can take
7 replies