Dtynin
DIIDevHeads IoT Integration Server
•Created by Sterling on 9/13/2024 in #firmware-and-baremetal
How do NVIC and DMA interact in STM32 Blue Pill?
@Sterling Well, the DMA actually kinda handles the data transfers, the NVIC manages the interrupts generated by the DMA. So they more or less work literally in tandem to ensure smooth, efficient data handling without burdening the CPU.
3 replies