STM32G030 - fire DMA on pin's positive edge
Is there a possibility to fire DMA transfer on a positive edge on the GPIO pin (PA3) ?
Is there a possibility to fire DMA transfer on a positive edge on the GPIO pin (PA3) ?
As I already wrote above - according to the chip errata it doesn't work. So you should either connect the PA3 to any free pin being a timer input or use EXTI interrupt to achieve the similar functionality with approx. 20..30 clock cycles delay (DMA typically has 5..12 cycle delay).
UPDATE: it should be fixed in rev. Y of the chip, it didn't work in rev. Z.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.