STM32G4: trigger SPI DMA through GPIO EXTI event?
Hi,
I want to get data from an ADC connected externally through SPI DMA whenever data ready pin is set.
I want to do it without any interrupt handler, since our firmware have already loaded with other stuffs.
I have tried the synchronisation of SPI DMA with GPIO EXTI trigger. It works when I configure SPI DMA in circular mode only.
Because synchronisation doesn't triggers the SPI DMA it just syncs the process. I can't find any options to trigger the SPI DMA with timer or any event.
How to trigger SPI DMA through GPIO EXTI event? Is that possible in STM32G4 series?.
Thank you!
