2013-10-31 08:41 PM
Hi,
I setted-up ADC1 to monitor 4 channels with AWD. Is it possible to know which channel caused the interupt in the ADC1_2_IRQHandler ? #stm32-adc-awd-interup2013-11-19 07:50 AM
Hello Fernand,
There is no specific flag to know it. But, you can check status of ''ADCy_AWDx_OUT'' flag to detect when exactly it was set (after which channel conversion). In STM32F3, you can refer to RM0316 -figures 65 to 68- for more details & examples on how it is set & when. -Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.