STM32 ADC?
Good morning......
I am using the ADC with 2 channels (Ch 9 and Ch 10). I am using an LPTIM to take these samples every 15ms. I have the ADC callback (HAL_ADC_ConvCpltCallback) to interrupt on 'End of sequence of conversion' (per .ioc --- or so I think). Can someone tell me what registers in the ADC I should be looking at to find the analog values of the two channels? I am not using DMA and only see one DR (Data Register in the module). When doing more than one channel must I use DMA??
Thanks