Question
Which ADC channel?
Posted on August 16, 2016 at 17:06
I'm converting a bunch of ADC channels, and the ADC is setup to sequence through them.
I'm polling the results.How do I determine which channel was just converted?I can't find any calls into the HAL or any registers that will indicate which channel was just converted.Maybe it would be better to set the channel rather than have it sequence. I'm guessing you would do that with the HAL_ADC_ConfigChannel calls? But how do you cancel a previous channel?-Matt #adc #stm32l0x1