Question
DMA2 problems: NDTR not zero
Posted on July 09, 2014 at 18:40
I'm having some problems with DMA transfers apparently stalling on our STM32F405ZGT6 board.
The problem seems to only happen when I have multiple streams running. So, I have Stream3 using SDIO, with 32 bit wide access, and I am also driving an SPI peripheral using Stream 5 (mem to periph) and Stream 0. The problem I seeing is that occasionally either stream 5 or Stream 3 will fail to complete the transfer, leaving a non-zero value in NDTR. Any suggestions on what to look for when trying to figure this out? #stm32 #dma