ADC with DMA not capturing data as expected on STM32l496G- DISCO development kit
I'm currently using STM32l496G-DISCO for my project which requires to sample an analog signal and get certain amount of samples in certain time. I tried doing that using a PWM generated by a timer and my ADC1 is triggered by timer1. Activated DMA to store the samples in memory. Howerver the data retrived doesn't make sense. It seems to always give constant values of 4095 where as the scope shows a different wave form.
