Utilizes active-low output to drive high-side MOSFET input switches for system power cycling

Publisher:EE小广播Latest update time:2024-01-23 Source: EEWORLDAuthor: Niño Angelo Pesigan,产品应用工程师 Ron Rogelio Peralta,产品Keywords:ADI Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

Summary


In applications such as wireless transceivers, the system is often located in remote locations and is often battery powered. Since few people can visit the site to intervene, such applications must run continuously. After a period of continued inactivity or hang, the system needs to be reset to resume operation. To achieve a system reset, cut the supply voltage, disconnect power from the system, and then connect power again to restart the system.


This article will explore what methods and techniques can be used to monitor the active low output of a circuit to drive a high-side input switch to perform a system power cycle.


Introduction


To improve the reliability and robustness of electronic systems, one approach is to implement protection mechanisms that can detect faults and respond promptly. These mechanisms act like safety barriers, mitigating potential damage and ensuring the system operates properly. Power cycling ensures proper system operation and provides protection, often working when a system is unresponsive and inactive so that it can continue to function. Power cycling is accomplished with a power switch that opens and closes the path between the power input and the downstream electronic system to restart the system. Once the system's microcontroller unit (MCU) becomes unresponsive and continues to be inactive, the system enters reset mode and begins power cycling.


A more common method for implementing high-side power paths or input switches is to use MOSFETs. Either N-channel or P-channel MOSFETs can be used as input switches, each with different drive requirements. Driving an N-channel MOSFET as a high-side switch is a bit complicated, so a P-channel MOSFET is usually chosen.


Supervisory circuitry can easily detect when a system is inactive by monitoring the supply voltage and/or using a watchdog timer to detect the presence of pulses. The watchdog timer feature enhances the supervisory circuit's capabilities as a comprehensive protection solution. Once inactivity is detected, the watchdog timer asserts the reset output, which is typically an active-low signal. This signal can be used to place the microcontroller into reset mode or trigger a non-maskable interrupt, prompting the system to take corrective action. Although the active-low output is primarily used to reset the microcontroller, it is also necessary to perform a power cycle in situations such as when the system is unresponsive for an extended period of time. To this end, several techniques can be used to drive the high-side P-channel MOSFET input switch from the active low output of the supervisory circuit, resulting in better system reliability.


Use MOSFET as high side input switch


Figure 1 shows an application circuit that uses a high-side input switch to protect downstream electronic systems from power-down faults. MOSFETs enable easy selection of the appropriate voltage and current ratings based on application needs, making them ideal for high-end switching designs in systems.


 image.png

Figure 1. Example of a high-side input switch implementation to protect the system from brownout faults


The high-side input switch can be an N-channel or P-channel MOSFET. When the gate voltage is low, the N-channel MOSFET switch opens and the supply voltage connection is disconnected. For an N-channel MOSFET to fully close and connect power to downstream electronic systems, the gate voltage must be higher than the supply voltage by at least equal to the MOSFET threshold voltage. Therefore, if an N-channel MOSFET is used as a high-side input switch, additional configuration circuitry, such as a charge pump, will be required. Some protection circuits also integrate comparators and charge pumps to drive high-side N-channel MOSFETs while keeping the solution simple. Using a P-channel MOSFET as the high-side input switch does not require a charge pump, but reverses the polarity. This method is simpler and therefore a common method for many applications.


Monitoring circuit output drives input switch


When using P-channel MOSFETs in a circuit, it is important to first establish proper bias conditions for the gate, source, and drain terminals. Gate-source voltage (VGS) plays a key role in controlling MOSFET conduction. For P-channel MOSFETs, the gate voltage must be lower than the source voltage, and the difference must be at least equal to the MOSFET threshold voltage. This negative bias ensures that the P-channel MOSFET is biased into its active region so that current can flow from source to drain. Additionally, the gate-source threshold voltage (VGS(th)) determines the minimum voltage required to establish a conductive path between the gate and source terminals. For P-channel MOSFETs, VGS(th) is usually specified as a negative value, indicating that the gate voltage needs to be low enough relative to the source to conduct. Another important consideration is the drain-source voltage (VDS), which is the voltage applied to the drain and source terminals. MOSFETs must operate within specified VDS limits to prevent damage to the device.


A voltage monitor or supervisory circuit can provide two options for its logic level output: active-low and active-high output signals. The former "active low level" means that when the input condition is true and is met, the output is set to low level; and when the input condition is false, the output is set to high level. The latter "active high" means that when the input condition is true, the output is set to high level; when the input condition is false and not met, the output is set to low level. Supervisory circuits are often used to reset microcontrollers, so an active-low output is used to pull the microcontroller's reset pin low during a fault. Driving a P-channel MOSFET with an active-high output is very simple, especially for an open-drain topology.

 

image.png

Figure 2. P-channel MOSFET is used as a high-side input switch to provide overvoltage protection.


The active-high output of the supervisory circuit is connected to the gate of the P-channel MOSFET. When the monitored voltage falls below the specified threshold, the OUT pin pulls the gate low, turning on the P-channel MOSFET. The load is therefore connected to the supply voltage. When the monitored voltage exceeds the threshold, the OUT pin goes high, the P-channel MOSFET turns off, and the load is disconnected from the supply voltage.


In Figure 2, the high-voltage adjustable timing control and monitoring circuit MAX16052 is used as an overvoltage protection circuit. The OUT pin of the device is connected directly to the gate of the P-channel MOSFET. The source of the P-channel MOSFET is connected to the input voltage and the drain is connected to the load. An external pull-up resistor is connected between VCC and the P-channel MOSFET gate to keep the gate high when the OUT pin is low.


When the monitored voltage falls below the fixed threshold specified by the MAX16052, the OUT pin pulls the gate pin low, causing the P-channel MOSFET switch to be in a short-circuit or conductive state. When the monitored voltage exceeds the threshold, the OUT pin goes high, the P-channel MOSFET turns off, and the load is disconnected from the supply voltage.


In some applications, the desired monitoring requirements may only apply to active-low outputs. This means that when the monitoring conditions are met, the output signal is low. In these cases, we must resort to techniques to control the input switches with active-low outputs. For example, if the microcontroller needs to be reset after 32 seconds of system inactivity and the system needs to enable a power cycle after 128 seconds of continuous inactivity, the watchdog timer's Watchdog Input (WDI) pin can be used to detect the inactivity. When no pulse or change is detected for a period of time (watchdog timeout period tWD), the watchdog output (WDO) goes low. The MAX16155 nanopower power supply monitor with watchdog timer is available in multiple models to meet the required watchdog timeout lengths of 32 s and 128 s. To achieve the required functionality, we need two watchdog timers, one to reset the microcontroller and another to initiate the power cycle routine shown in Figure 3. A major challenge was determining how to use the low-level outputs of different watchdog timer models to enable power cycling by opening the input switch during periods of inactivity or system unresponsiveness.


 image.png

Figure 3. Using two MAX16155 watchdog timers with different watchdog timeouts, one for soft reset and one for power cycle.


NPN bipolar junction transistor used as driver circuit


One way to drive a P-channel high-side switch is to use an NPN bipolar junction transistor (BJT), as shown in Figure 4. This circuit forms an inverter that converts the active low signal from the watchdog output into the high logic signal required for P-channel MOSFET switching.


When the system is active, the watchdog output on the MAX16155 WDO pin is idle and usually high. This is then connected to the base pin of the driver transistor through a network of current limiting resistors. The normal high output of the WDO pin provides the necessary base-emitter voltage as the control input to the NPN bipolar junction transistor. It builds up enough voltage across the base-emitter junction to bring the transistor into a conducting state.


Resistor dividers are connected to the gate and source pins of the high-side MOSFET switch to control its gate-source voltage (VGS). This gate-to-source voltage determines whether the MOSFET remains on or off. When the WDO pin activates the NPN bipolar junction transistor, current flows through the transistor. This pulls the resistor divider down to GND, changing the voltage at the resistor divider junction. This voltage is then applied to the gate pin of the high side MOSFET. This creates a potential difference, with the gate pin having a lower potential than the source pin, causing the MOSFET to turn on. When the MOSFET is in the on state, power is provided to the system microprocessor or load. Figure 5 shows the current flow from the power supply through switch Q2 when the system is active.

[1] [2]
Keywords:ADI Reference address:Utilizes active-low output to drive high-side MOSFET input switches for system power cycling

Previous article:Dalian Daquanding Group launches 1KW DC/DC power module solution based on Innoscience products
Next article:STMicroelectronics smart actuator STSPIN reference design integrates motor control, sensors and edge AI

Recommended ReadingLatest update time:2024-11-16 09:35

linux2.6.32.2 mini2440 platform transplantation--serial port driver transplantation, I2C-EEPROM driver transplantation, watchdog driver transplantation
1.7.1 Change UART2 to a normal serial port driver The S3C2440 chip has 3 serial ports: UART0, 1, 2. The Linux-2.6.32.2 we downloaded already has a complete driver for UART0, 1, but it uses infrared communication (Irda) for UART2, so we need to use the UART2 driver Adjust it slightly so it can be used as a normal ser
[Microcontroller]
linux2.6.32.2 mini2440 platform transplantation--serial port driver transplantation, I2C-EEPROM driver transplantation, watchdog driver transplantation
IMX257 bus device driver model programming platform bus device platform
We have implemented the bus device driver model before. Now let's take a look at the platform bus and platform device driver. It is divided into platform devices and platform drivers, which are similar to the device drivers mentioned above. The platform bus is a virtual bus, the corresponding device is pla
[Microcontroller]
IMX257 bus device driver model programming platform bus device platform
Seamless field Ethernet via 10BASE-T1L connectivity
10BASE-T1L is a new Ethernet physical layer standard (IEEE 802.3cg-2019) certified by IEEE on November 7, 2019. This will revolutionize the process automation industry by significantly improving factory operational efficiency through seamless Ethernet connectivity to field-level devices (sensors and actuators). 10BASE
[Network Communication]
Seamless field Ethernet via 10BASE-T1L connectivity
Tiny 6410 key interrupt driver notes
1. First check the "Tiny6410SDK-1103 Baseboard Schematic Diagram" and find the button part: As can be seen from the above figure, when the button is pressed, it is equivalent to grounding, that is, a low level, thus generating a jump from a high level to a low level. The baseboard of Tiny6410 has 8 b
[Microcontroller]
Tiny 6410 key interrupt driver notes
DC Energy Metering Applications
Why is DC energy metering important? In the 21st century, governments around the world are developing action plans to meet the long-term and complex challenge of reducing CO2 emissions, which are proven to be the cause of serious consequences of climate change, while the demand for new and efficient energy convers
[Power Management]
DC Energy Metering Applications
Design of printer driver system based on 80C51 microcontroller and CH375 chip
introduction This topic comes from a project of Beijing Puji General Company. Since the company’s existing stand-alone spectroscopic instrument products (such as 1810, T6, etc.) use parallel port printing technology, and with the gradual popularization of USB printer technology, parallel port printers are becoming inc
[Microcontroller]
Design of printer driver system based on 80C51 microcontroller and CH375 chip
IMX257 Bus Device Driver Model Programming - Device Edition
1. Program Analysis 1. Contains bus Since our device is on the bus, we naturally need to include the bus As shown in the figure, use external declaration to include the structure of our bus 2. Define the device structure The parent directory is my_bus 3. Define the prope
[Microcontroller]
IMX257 Bus Device Driver Model Programming - Device Edition
Tips for Designing Efficient AC Motor Drive Systems
For engineers tasked with making efficient motor drive systems, there is some bad news, and some good news. The bad is that you have a lot of options to look at, and the benefits are exactly the same, plus the knowledge that you can make a truly efficient motor/drive combination if you invest a little time and money
[Embedded]
Tips for Designing Efficient AC Motor Drive Systems
Latest Power Management Articles
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号