Skip to main content
Graduate
November 7, 2025
Question

DMA Request Synchronization?

  • November 7, 2025
  • 1 reply
  • 136 views

sreyas40_0-1762510665387.png

What does DMA Request synchronization do? In the case of SPI_Rx does it trigger SPI reception when TIM12 updates (overflow) if i set synchronization signal to be TIM12 TRGO

    This topic has been closed for replies.

    1 reply

    Super User
    November 7, 2025

    Yes. The Reference Manual, which is your best source for understanding how the chip works, goes over it in some detail. The DMA request is held until a sync event happens, in this case TIM12_TRGO, which is the timer update if TRGO is set to the update event.

    TDK_0-1762523322679.png