Tool/software:
I want to use the DMA to read in the PORTA on a rising edge from a GPIO.
To do this, I have configured the DMA as follows:
If I set the source addr to a test variable, the value of the variable is also read correctly with the DMA.
Therefore the DMA initialization actually works, but something is wrong with the Source Addr on GPIOA->DIN31_0.
Is there something wrong with this Addr?