Skip to main content
Visitor II
December 18, 2023
Solved

STM32G474RET6 ADC over work voltage

  • December 18, 2023
  • 1 reply
  • 815 views

I have a project ,  used regular conversion ADC1 Vrefint Channel and Temperature Channel, and used injected conversion ADC2 extern Channel(ext.CH1 and CH2).

ADC2 CH2 connect 2000mV voltage , CH1 is changed. If CH1 over 3.6V,the CH2 conversion is error.I tryed more channel , it all error.But in my function , I should not control this voltage to below 3.3V or 3.6V.

    This topic has been closed for replies.
    Best answer by TDK

    ADC inputs should be limited to 0-VREF+ per the datasheet. Values outside of this range can damage the chip and lead to undesirable behavior.

    If you have a signal higher than that, use a voltage divider or an op-amp divider to get it into the correct range.

    1 reply

    TDKAnswer
    Super User
    December 18, 2023

    ADC inputs should be limited to 0-VREF+ per the datasheet. Values outside of this range can damage the chip and lead to undesirable behavior.

    If you have a signal higher than that, use a voltage divider or an op-amp divider to get it into the correct range.