Skip to main content
fernand
Visitor II
November 1, 2013
Question

ADC AWD int channel

  • November 1, 2013
  • 1 reply
  • 577 views
Posted on November 01, 2013 at 04:41

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-interup
This topic has been closed for replies.

1 reply

Amel NASRI
ST Technical Moderator
November 19, 2013
Posted on November 19, 2013 at 16:50

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 "Best Answer" on the reply which solved your issue or answered your question.