2020-06-04 02:50 AM
Can the analog watchdog work with oversampling? If so, will it monitor only the converted values after a full oversampling cycle?
2020-06-04 05:09 AM
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]
2020-06-04 08:14 AM
Thanks for answering quickly