DMA not working with GPIO as input and saving it to an array
I have 8 GPIO pins where I want to read the state of the pin. I want to do this with a DMA controller. My guess is that this should be done with perhipipal to memory. The code is shown in the txt. file. When the DMA is finished it goes into an inter...