I want to use DMA for reading information from GPIO (for example, from GPIOD) pins. I tried to do that but I've got a fault: I always read 0 instead of the real state, but if I read it manually I get a good result.
Trigger for the DMA transaction is Timer 0 or manual trigger.
Is it generally possible?