User Activity

Hello,I'm using ADC together with DMA.At first start of ADC and DMA all worked like expected.At 2nd and following starts, the first value received from DMA is always zero / invalid.Now I have found out that it works if between two DMA transfers I use...
Hello,I will use stm32g473VC ADC2 working together with DMA.I configure ADC2, Input3 at Pin PA6 and DMA2 Channel1 to read 100 Samples from ADC after Start.At first call after cpu reset I receive the expected result:ADC:Value 4034 for Items 0->99, as ...