Simultaneous/synchronized start of ADC conversions without DMA
Posted on February 20, 2017 at 18:23The microcontroller i am using is a STM32F446.The STM32F446 is equipped with 3 ADCs.I would like to start one conversion of all 3 ADCs at the same time (simultaneous/synchronized start).I do not want to use DMA.I ...