cancel
Showing results for 
Search instead for 
Did you mean: 

Differences between GPDMA request and trigger in STM32U5

diverger
Senior

Hi,

In STM32U5, the GPDMA has both request sources and trigger sources, what's the difference between them?

Thanks.

2 REPLIES 2
STOne-32
ST Employee

Dear @diverger ,

Here is a specific Application note on our GPDMA :https://www.st.com/resource/en/application_note/an5593-how-to-use-the-gpdma-for-stm32-mcus-stmicroelectronics.pdf

You can go to Page 7 for the GPDMA Request that can by software or triggered by hardware for peripherals.

let us know what is your specific need or software example to better support.

Hope it helps ,

STOne-32

Hi,

I want to read from an external ADC with SPI interface. As I need a stable sample interval, so I need to use a timer to kick the readings continuously. So, my plan is to use a timer to trigger a SPI RX DMA. But there is not enough information about how to implement this on STM32U5. Any suggestions, is it possible?

Thanks.