cancel
Showing results for 
Search instead for 
Did you mean: 

stm32l010 analog watchdog

adaniel
Associate III

Can the analog watchdog work with oversampling? If so, will it monitor only the converted values after a full oversampling cycle?

2 REPLIES 2
TDK
Guru

From the reference manual:

13.8 Oversampler

...

13.8.2 Analog watchdog

The analog watchdog functionality is available (AWDSGL, AWDEN bits), with the following

differences:

• the RES[1:0] bits are ignored, comparison is always done on using the full 12-bits

values HT[11:0] and LT[11:0]

• the comparison is performed on the most significant 12 bits of the 16 bits oversampled

results ADC_DR[15:4]

If you feel a post has answered your question, please click "Accept as Solution".
adaniel
Associate III

Thanks for answering quickly