STM32F334, Use HAL lib to configure ADC with EXTI 11 as trigger + DMA
Hi,I'm trying to configure ADC2 to get data via DMA with external trigger interrupt.I'm usign StCube framework.I get read data via DMA with request capture via software with any problem, but I need to synchronise the external trigger with start ADC v...