How to make ADC continous scan mode to convert ADC on chip STM32L151RBH6?
Posted on December 06, 2015 at 10:30I tried to copy some code from STM32F series, and make some change to let it run on STM32L151. But it doesn't work on my STM32L151RBH6 chip: code as below:int main(void) { /* System clocks configuration -------...