ADC in conjustion with DMA
Hi
I am facing an odd problem with ADC in conjunction with DMA on STM32L151V8T-A.
I can see that it measures all three channels. However, the result of each channel is stored in the first element of my results array (Result[3]).
Every time that the callback function is called the results of one out of three channels is stored in Result[0] element. It is as if the memory address is not increasing.
Can somebody help?

