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 ...