Using HAL to configure ADC with double buffered DMA on STM32F765VIT
I'm modifying some code to start using double buffered DMA. Everything in the code currently uses the HAL so I'd like to continue this but it seems ill suited for using double buffering with the ADCs.This code gets me close: HAL_ADC_Start_DM...