You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ADC peripheral can report conversion errors. The datasheet explains:
Conversion errors produce undefined results, and the corresponding sample should be discarded. They indicate that
the comparison of one or more bits failed to complete in the time allowed. Normally this is caused by comparator
metastability, i.e. the closer to the comparator threshold the input signal is, the longer it will take to make a decision.
The high gain of the comparator reduces the probability that no decision is made.
Currently, we just ignore the error flag, and report the conversion result as if it was valid.
The text was updated successfully, but these errors were encountered:
The ADC peripheral can report conversion errors. The datasheet explains:
Currently, we just ignore the error flag, and report the conversion result as if it was valid.
The text was updated successfully, but these errors were encountered: