stm32F7 USART RX data not being stored in DMA buffer
Hello, I am using an STM32F767 (nucleo board). I am trying to configure a DMA channel as a circular buffer for USART RX data. Unfortunately, the data never appear in the specified DMA buffer location. A few pieces of information:I am using the low-le...