cancel
Showing results for 
Search instead for 
Did you mean: 

Analog window watchdog filter configuration problem

Liang zheng
Associate

When using STM32G431RBT6, Only if the filter is configured to 0 can the interrupt be entered normally, otherwise the interrupt is always not entered. AnalogWDGConfig.FilteringConfig = ADC_AWD_FILTERING_NONE.

2 REPLIES 2
Amel NASRI
ST Employee

Hello,

First please update your nickname to get rid of this Userxxxxx.

Then, could you please let me know which analog watchdog are you configuring?

If it is not the analog watchdog 1, then it is normal to use only the value ADC_AWD_FILTERING_NONE.

In fact, the  Analog watchdog filtering feature is available only with AWD1. That is why AWDFILT bit (Analog watchdog filtering parameter) is available only for ADC_TR1 (relative to analog watchdog 1).

-Amel

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.

Hello, Amel NASRI

Thanks for your suggestion and reply.I have configured an analog watchdog 1. However, the filter can only be configured to be 0 so that it can work properly, otherwise the interrupt will not be entered (no interrupt flags will be generated).