Resolved! ADC with timer and DMA not storing values om STM32L431
I am trying to use Tim6 with ADC and DMA2 to save 100 ADC values in a buffer. It seems to be working, DMA counter decreases and I get DMA interrupt, but only the first value in the array is stored, the rest are 0 (init values). Can someone help me un...