I am trying to catch levels out of threshold using ADC and analog watchdog on NUCLEO-L552ZE-Q. Unfortunately analog watchdog fires interrupt even when value is within the guarded range.
It could be that the value which triggered it was already overwritten by the time you looked at it. You have a lot going on in there. Perhaps try a simpler example to convince yourself it's working correctly, or to show that it is not.
"If you feel a post has answered your question, please click ""Accept as Solution""."