STM32F1 DMA+GPIO Issue?
I need to transfer parallel data via GPIO and DMA. The microprocessor I use is STM32F103C8I need to transfer some memory data to GPIO quickly. I've written an init code using STM32F103 and the HAL library. But DMA doesn't work. At the end of the proc...