Skip to main content
adaniel
Associate III
June 4, 2020
Question

stm32l010 analog watchdog

  • June 4, 2020
  • 2 replies
  • 746 views

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

This topic has been closed for replies.

2 replies

TDK
June 4, 2020

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
adanielAuthor
Associate III
June 4, 2020

Thanks for answering quickly