How to set the max buffer size for DMA in STM32L4?
Posted on November 21, 2017 at 23:24I am trying to collect data using ADC + DMA continuous mode. I aim to get 2400 data points using DMA. The code is based on the one generated using STM32CubeMx. The data I got from my PC using UART were just 2048 p...