ADC with DMA in circular mode
Posted on September 28, 2017 at 10:44I am using the Nucleo F334 development board. I was trying to read the ADC values of PB0 and PB1 (ADC1 CH11 and CH12) using DMA in circular mode. The code should transfer the two 16 bit values of ADC to the varia...