STM32F4 Dual ADC Reg Sim Mode with DMA
Posted on March 21, 2016 at 18:02 Hello, I want to read ADC1 CH0 and ADC2 CH1 in dual regular simultaneous mode and buffer it in DMA. I want to send the ADC values via UART to my PC and read them from the COM Port. When I start the program n...