Question
How to determine the channel which has triggered HAL_ADC_LevelOutOfWindowCallback on adc?
Hello everyone
I am using an STM32F103RB. I would like to do some sound triangulation stuff. Therefore i have 3 microphones which are all connected to ADC1. I installed a watchdog. Everything works fine, and the callback is triggered for all 3 channels. Now i am not sure, how to determine, on which channel, the voltage was out of threshold.
Can anyone help me?
