Move data into GPIOx_BSRR by DMA?
Posted on April 23, 2018 at 20:33I'm using SMT32F429.I want to move 32 bit data from memory into GPIOx_BSRR by DMA and use a timer as trigger.I tried to setup DMA1 Stream 4 channel 1 (TIM7_UP). And I setup Timer7. But I end upp getting Stream 4 tran...