MAX6499 Overvoltage and Undervoltage Protection

The MAX6499 comprises undervoltage and overvoltage comparators for window detection. WHen the monitored voltage is within selected “window”, GATE is enhances and the n-channel MOSFET is on. GATE falls to OUTFB when the monitored voltage falls below the lower limit (V triplow) or exceeds the upper limit (Vtriphigh) of the window, turning off the MOSFET. The MAX6499 enabling the DC-DC converter when the monitored voltage is in the selected window is shown on the diagram below:

MAX6499 Overvoltage and Undervoltage Protection circuit schematic diagram

We can calculate the value of R1,R2,R3 as follows:

V triplow = (Vth-) )(Rtotal/(R2+R3))
V triphigh = (Vth+) (Rtotal/R3)
where Rtotal = R1+R2+R3

The values of R1, R2, and R3 can be found with this following steps:

  1. Choose a value for RTOTAL, the sum of R1, R2, and R3. Because the MAX6499 has very high input impedance, RTOTAL can be up to 5MOhm.
  2. Calculate R3 based on RTOTAL and the desired upper trip point:
    • R3 = (Vth+ x Rtotal)/Vtriphigh
  3. Calculate R2 based on RTOTAL, R3, and the desired lower trip point:
    • R2 = [((Vth-) x Rtotal)/Vtriplow]-R3
  4. Calculate R1 based on RTOTAL, R2, and R3:
    • R1 = RTOTAL – R2 – R3

Keep R3 <= 1kOhm  to improve ESD protection. The value of Vth- and Vth+ can be obtained from the datasheet. [Source: maxim-ic.com]

This entry was posted in Power Supply and tagged , . Bookmark the permalink.,

Possibly Related to "MAX6499 Overvoltage and Undervoltage Protection" Circuits

  • Overvoltage Protection with LT1018
    Sometimes, the regulator does not work well so the regulator generate overvoltage that will destroy the system. To prevent system damage, a overvoltage protection circuit should be used. The overvoltage occurred when the regulator connects the raw DC supply to … Continue reading →...
  • MAX6495 Overvoltage Protection
    The MAX6495...
  • Discrete Overvoltage Protector for Automotive Application
    This is a circuit of discrete overvoltage protector for automotive application. There are two basic thing that must be done by protection circuit. They are prevent voltages greater than the maximum allowable from being applied to the IC pins and … Continue reading →...
  • PMOS FET Following The Output for Soft-Start Mechanism
    Using the following PMOS FET switch regulator output, in series with the regulator’s load as shown in the picture below is the most simple method. Switch placement should really be noted. To ensure that the regulator remains stable, the switch … Continue reading →...
  • Fill/Empty Water Level Controller
    A controller for keeping the water level stays  between upper and lower limits is described here. This water level controller is actually a water pump controller that turn the pump on or off based on the detected water level. This … Continue reading →...

Comments are closed.