2016-01-08 04:36 AM
Hi,How to configure multichannel ADC in STM32L0 nucleo using cube and how to read it...without using DMA
Also how to switch from one channel to another...any one share examples2016-01-08 04:55 AM
The STM32 designs expect multi-channel ADC operations be done with DMA, using IRQs is neither fast or efficient.