Question
STM32F0Discovery - ADC DMA How to sort Conversion Data
Posted on September 13, 2013 at 17:14
Hi,
I am using the STM32F0Discovery board and I am acquiring ADC converted data value using the DMA. Well, I am able to read values but I cannot understand how the uC fills the Buffer. I am using a buffer[5] because I am acquiring 5 ADC converted value (channel 1, 2, 3 and Vref and Temperature). How can I manage the filling of my buffer? Thanks in advance, Giuseppe. #stm32 #dma #discovery