Resolved! STM32L152 ADC with TIMER reads only once
Posted on March 08, 2017 at 11:54Im trying to read a battery voltage with a STM32L152, using timer 2 to trigger the ADC. I can see Timer 2 running (by toggling a LED in the TMR2 interrupt routine) but my ADC only reads once (when the circuit initia...