2016-07-19 04:32 AM
2016-07-19 06:40 AM
DMA1 can't access anything other than APB1-based-peripherals on its Peripheral port. Look at Figure 1 in RM. GPIOs are on AHB1.
You better use DMA2, thus trigger from a different timer which has triggers to DMA2. JW