Maximum possible SAADC differential voltage between AN0 and AN1 pins

Hi! I want to measure voltage from a small inductor connected differentially to AN0 (Vp potential to GND) and AN1 (Vn potential to GND) directly. And I'm thinking to properly scale its voltage down externally by resistors (if needed)!

My power supply of NRF5340 is VDD=1.8V. I have configured SAADC to use its internal Vref=0.6V and SAADC Gain=1/6, so I can expect I can measure as follows:

Vdiff = Vp - Vn = 1.8 - (-1.8) = +3.6V

Vdiff = Vp - Vn = -1.8 - 1.8 = -3.6V

So the maximum voltage peak-to-peak I can measure looks like to be Vpp=3.6V.

Am I right in my interpretation?

PS1: I assume in SAADC differential mode the Vp/Vn potential can be negative compared to ground!

PS2: None of the AN0 and AN1 is grounded!

Parents
  • Differential mode works as you expect; however neither Vp nor Vn can go below Gnd or above VDD and if they do the internal schottky clamp diodes will clamp Vp/Vn at +300mV above VDD or -300mV below GND (approx values). In practice the SAADC will work if Vp or Vn goes (say) to -100mV, but even though it sort of works that is outside specification of the nRF52. A simple solution is to use external FET (analogue) switches to periodically connect a flying capacitor to R and then diconnect from R and connect that capacitor to Vp and Vnor Vp and GND.

Reply
  • Differential mode works as you expect; however neither Vp nor Vn can go below Gnd or above VDD and if they do the internal schottky clamp diodes will clamp Vp/Vn at +300mV above VDD or -300mV below GND (approx values). In practice the SAADC will work if Vp or Vn goes (say) to -100mV, but even though it sort of works that is outside specification of the nRF52. A simple solution is to use external FET (analogue) switches to periodically connect a flying capacitor to R and then diconnect from R and connect that capacitor to Vp and Vnor Vp and GND.

Children
Related