STM32F429I Discovery Peripheral to Memory doesn't work at all DMA
Hello,I'm trying to use interrupt + dma to capture port D data input, and the interrupt occurs but DMA is not starting to work at all.Here is my code: void HAL_DMA_TransferComplete(DMA_HandleTypeDef *hdma) { if (hdma->Instance == DMA1_Stream0) { u...