Resolved! STM32F429ZI aborting DMA transfer on USART3 prematurely
On an STM32F429ZI, I'm using USART3_RX to receive information via DMA into a circular buffer. The buffer is 4096 bytes long.If I send 1 or 2 bytes at a time (i.e. with a delay of ~100ms+ between transfers), things work correctly. By "work correctly" ...