Question
Can it be possible to trigger DMA using a GPIO pin in STM32?
For my application I'm using a comparator and i have set a reference voltage(threshold) for that and my application is that, if the current passes through the threshold then my comparator output should be turn on(1 or 0). I have set the comparator output as GPIO pin. So as soon as the gpio pin get high(when current passes through the threshold), I want to trigger my DMA to do the following instructions and i don't want to use interrupts. So is it possible and how?
