Multiple Channels Using HAL_ADC_ConvCpltCallback and Interrupt Mode
I have 4 channels in my code. For testing, I want to start with 2. The callback is functioning. When the callback executes, how do I know which channel is being returned on the callback? Unable to find any posts on this, and ST has no examples using...