Skip to main content
Associate III
November 7, 2025
Question

DMA Request Synchronization?

  • November 7, 2025
  • 1 reply
  • 137 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

1 reply

TDK
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

 

"If you feel a post has answered your question, please click ""Accept as Solution""."