STM8L1528 ADC, DMA, TImer not working together.
Hi there,I am developing code for STM8L1528 EVAL board. My goal is to configure adc with dma(peripheral to memory) where adc should collect data for certain period, for example, 2 seconds.So I configured adc and dma according to examples codes given....