嵌入式设计应用
Sequencing with the MAX16046 System-Management IC
Abstract: Complex devices such as CPUs, ASICs, FPGAs, and memories commonly require power-supply sequencing. The MAX16046 provides a highly integrated solution for sequencing, monitoring, and power-supply margining. This application note presents an example system using multiple devices with specific sequencing requirements, and provides a step-by-step implementation using the MAX16046.
Modern electronic devices have complex power requirements involving multiple voltage rails. Power must be supplied for I/O voltages; CPU, ASIC, and FPGA core voltages; PLL voltages; and memory-termination voltages. Other devices need high-voltage, high-current, or low-noise power supplies for applications like radio transceivers, ultrasonic transducers, and LCD or plasma displays.
Designs using multiple power supplies require the designer to pay close attention to power sequencing. Each power-supply rail must be turned on in a specific order to avoid forward-biasing protection diodes within complex multivoltage ICs. If the power supplies are simply turned on simultaneously, the ICs could suffer reliability problems or even latchup.
In addition to power sequencing, some systems implement margining. Voltage margining is a way of controlling the power-supply voltages to fully exercise the corners of all the tolerances and ensure system reliability.
Maxim offers several solutions for power management. This application note focuses on the MAX16046, which sequences, monitors, and margins up to 12 power rails.
The following hypothetical system will serve as an example throughout the application note. This system is a generic board with a MPC8545 processor and a Virtex® 5 FPGA. Table 1 illustrates the various voltages required by the complex ICs selected for the design.
Table 1. Supply Voltage Requirements
Name | Description | Spec | Current |
MPC8548 Voltages | |||
VDD | Core supply | 1.1V ±55mV | 8A |
AVDD | PLL supply | 1.1V ±55mV | |
SVDD | SerDes core supply | 1.1V ±55mV | |
XVDD | SerDes pad supply | 1.1V ±55mV | |
GVDD | DDR2 I/O supply | 1.8V ±90mV | 0.5A |
VTT | DDR2 termination | 0.49 × GVDD to 0.51 × GVDD | 0.5A |
LVDD | Ethernet supply | 2.5V ±125mV | 0.1A |
TVDD | Ethernet supply | 2.5V ±125mV | |
OVDD | I/O supply | 3.3V ±165mV | 0.1A |
BVDD | Local bus I/O supply | 3.3V ±165mV | |
Virtex 5 Voltages | |||
VCCINT | Internal supply | 0.95V to 1.05V | ~10A |
VCCAUX | Auxiliary supply | 2.375V to 2.625V | 1A |
VCCO | I/O supply | 1.14V to 3.45V | 1A |
VDD | 1.8V ±100mV | 2.5A | |
VDDL | 1.8V ±100mV | ||
VDDQ | 1.8V ±100mV |
The Virtex 5 uses the following sequence order:
Each device specifies a 50ms maximum power-up time for each power rail. The Virtex 5 also requires that power rails not come up faster than 0.2ms.
The block diagram in Figure 1 efficiently implements the power generation needs of the circuit.
Figure 1. Power block diagram.
Since the 3.3V DC-DC converter provides power to all the downstream point-of-load DC-DC converters, it will need to provide at least 10A at 3.3V. The n-channel MOSFET holds off the 3.3V rail to be used for IO voltages. The 0.9V LDO provides the VTT for the 1.8V DDR2-SDRAM memory.
Now that the sequencing and monitoring requirements for the experimental system have been defined, the MAX16046 can be used to implement them.
As noted above, the MAX16046 monitors, sequences, and margins up to 12 power supply rails. Monitoring thresholds, the sequence order, margin parameters, and other configuration values are stored in the device's internal EEPROM. Real-time monitoring data can be read over the SMBus™ or JTAG interface, which can help check the sequencing order during development.
If a power-supply fault occurs during operation, the MAX16046 can automatically shut down the power supplies and assert configurable fault outputs. The device can also be configured to store information about the failure, including the rail voltages and the channel status, in the internal EEPROM for later analysis. This feature provides a useful tool for analyzing boards that failed in the field, but appear to work properly in the failure lab. Once a fault occurs, the EEPROM is locked so subsequent faults will not overwrite stored fault data.
The partial schematic diagram in Figure 2 shows the connections of the MAX16046 in the power architecture shown in Figure 1. The MAX16046 controls the enable inputs of each power supply and monitors the outputs as well. The device also controls the series-pass MOSFET that holds off the 3.3V I/O power rail. The DAC outputs of the MAX16046 are connected to the feedback nodes of several of the power supplies to implement the margining function.
Figure 2. Partial schematic diagram with MAX16046.
Figure 3 shows a more detailed schematic of the circuitry surrounding the MAX16046, including the power connections and in-circuit programming connections. The active-low SYSTEM_RESET signal runs to the reset inputs of the MPC8548 and the Virtex 5. The early-warning signal can warn the MPC8548 to begin a clean shutdown and a soft power-off; the critical fault signal can run to a latch controlling the 3.3V power supply, shutting it off during critical overvoltage events. (FAULT2 is fully programmable, but is set for overvoltage in this application). The watchdog timer input, WDI, connects to the MPC8548 so that the MAX16046 can assert SYSTEM_RESET if the MPC8548 fails to toggle WDI. Active-low MARGINUP# and active-low MARGINDN# run to test points TP1 and TP2 for margining during manufacturing or prototype evaluation.
Figure 3. Detailed MAX16046 schematic.
In-circuit programming is accomplished through the JTAG connections, in this example. SDA and SCL run to the MPC8548 so it can query the MAX16046 to obtain fault information or real-time voltage measurements. In-circuit programming is covered in detail in application note 4285, "In-Circuit Programming for the MAX16046–MAX16049 EEPROM-Programmable System Managers."
The MAX16046 will begin sequencing the power supplies when the voltage on EN exceeds 0.525V (typ); it will reverse sequence the supplies when the voltage falls below 0.5V (typ). It is critical that enough bulk capacitance is at the output of the 12V supply to ensure that reverse sequencing completes successfully. The threshold is set at 11.7V to give enough reservoir capacitor voltage for this to happen. Power can also be controlled over SMBus or JTAG for soft power-off applications.
The diode in series with VCC allows the capacitor at VCC to power the MAX16046 during a fault condition. Up to 204ms are needed for the fault-save operation to write the fault data to the nonvolatile EEPROM in the MAX16046. The formula in the MAX16046 data sheet (shown below) yields a minimum capacitor value of 157µF:
Once power-up sequencing has completed, the MAX16046 deasserts SYSTEM_RESET, thereby allowing the processor and FPGA to initialize and begin normal operation.
The MAX16046 configuration software provides a convenient way of entering configuration parameters without studying register maps or performing endless calculations. Configuring the MAX16046 in our circuit board is accomplished in several steps.
Step 1
Enter the power-supply information into the configuration software setup tab. (See Figure 4.)
More detailed image (PDF, 544kB)
Figure 4. MAX16046 configuration software setup tab with parameters entered.
Each power supply is represented by a row in the spreadsheet-style data table. The 1.8V DDR2 power supply is a dual-output supply, so one "subitem" was added to the row to represent the second monitoring input. Click the row, then click Add Subitem to add the extra monitoring channel for that power supply.
The undervoltage and overvoltage are entered directly as percentages. The software automatically calculates the register values to be loaded into the MAX16046 after clicking Write to Registers.
The margining parameters are entered using the Margining Calculator, shown in Figure 5. The margining calculator will automatically calculate the voltage range, given the reference voltage of the power supply and three resistor values; it will determine the required register values for the margin-up voltage and margin-down voltage.
Figure 5. Margin calculator with parameters for 3.3V rail.
Step 2
Launch the sequencing tab so the sequence order can be determined. Figure 6 shows the sequence order for our circuit. The voltage rails were dragged into the appropriate order by using the mouse cursor. The delay between each rail is set by clicking the underlined blue links at the top row. The delays were set according to Table 2.
Table 2. Slot Delays
Slot | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |
Delay | 12.5ms | 25ms | 25ms | 25ms | 12.5ms | 12.5ms | 20µs | 20µs | 20µs | 20µs | 20µs | 20µs |
The MAX16046 provides a straightforward method of implementing sequencing, margining, and monitoring in complex, multiple power-supply systems. The MAX16046 configuration software simplifies the configuration of the tolerances and the sequence order.
全部0条评论
快来发表一下你的评论吧 !