Migrating from UCD9220, UCD , UCD to UCD9224, UCD9246, UCD9248

Size: px
Start display at page:

Download "Migrating from UCD9220, UCD , UCD to UCD9224, UCD9246, UCD9248"

Transcription

1 Migration from UCD9220, UCD9240 Lit# October 28, 2009 Migrating from UCD9220, UCD , UCD to UCD9224, UCD9246, UCD9248 Eric Oettinger PMP Digital Power Abstract The UCD92xx family, introduced in late 2008, was updated with several changes that must be considered when migrating designs to take advantage of the new features. This paper presents an overview of the changes made and what steps a user should make to ensure a smooth transition. Contents Abstract...1 Contents Difference summary: UCD9240 vs. UCD PMBus address selection Sequencing Other various improvements New commands Removed commands Migration steps References

2 1 Difference summary: UCD9240 family vs. UCD9246 family The updated firmware corrected several shortcomings in the original releases; additionally several new features were added, and a few less popular ones were removed. In the following sections UCD9240 family refers to the original devices (UCD9220, UCD and UCD ) and UCD9246 family likewise refers to the updated UCD9224, UCD9246 and UCD9248 devices. The relationship between the two families of parts is given in Table 1. For additional detail on all modifications please refer to the datasheet and command reference. UCD9240 Family UCD9246 Family Number of Pins Number of Output Rails Number Of Phases UCD9220 UCD UCD UCD UCD UCD Table 1. Members of the 9240 and 9246 families of devices 1.1 PMBus address selection The algorithm used to detect the PMBus address was improved to compensate for temperature and allow more settling time in the A/D conversion. The changes result in very consistent address detection across a wider range of resistors. With these improvements the resistor selection table was re-generated based on standard resistor values. The new table and decode algorithm will require resistor changes when migrating from UCD9240 family to UCD9246 family designs. 1.2 Sequencing The largest firmware changes involved modifying the sequencing operation. Largely driven by numerous requests to support the ability to turn rails off in the reverse order in which they were turned on, outputdependencies in the UCD9240 family have been replaced by turn-on-dependencies and stay-ondependencies in the UCD9246 family. This allows a configuration such as for turn-on and for turn-off, and also permits better fault coordination across multiple UCD92xx devices. A bug was fixed that may have caused DPWM pins intended for GPIO use to be improperly configured. All supported GPIO pins now perform as expected. Sequencing requirements now supersede an ALWAYS_CONVERTING configuration. This provides more flexibility, allowing a sequencing input to function more closely to a page-dedicated control pin. The ability for rails to shut down in either a soft or immediate fashion when stay-on dependencies are deasserted was added. To make room for more sequencing input options, the number of sequencing outputs has been decreased from eight to six; systems that made use of more than six sequencing outputs must be re-designed. To obtain the identical behavior to that of the UCD9240 family devices, both turn-on and stay-on dependencies should be set to the UCD9240 family output-dependencies. Please see the PMBus Command Reference and the UCD9224, UCD9246, UCD9248 Sequencing Application Report for detailed explanation of the modified function. 1.3 Other improvements Here is a list of additional improvements made in the UCD9224, UCD9246, and UCD9248 devices compared to the UCD9240 family devices that one should be aware of: 2

3 The initial ramp up profile was significantly improved. The ramp is more consistent with less overshoot across a wider range of loads. Switching between controller coefficients was streamlined to occur more quickly and with reduced disturbance to the output while minimizing the time when faults are masked Improvements in both ramp and the switch between ramping and regulation modes provide more accurate TON_DELAY / TON_RISE times with fewer flat-spots observed when ramps on multiple rails are initiated simultaneously. A new phase add/drop algorithm was implemented that reduces glitches significantly. The time between DPWM and SRE enables were minimized and ordered such that SRE is consistently first on and last off. New temperature filtering was implemented that gives more accurate and smoother measurements. Faster switching in and out of light-load was implemented. During light-load switches, the order in which gains and the number of enabled phases are switched was changed to improve stability. Improvements in initial duty cycle estimation when starting into a pre-bias were implemented. A glitch on open-drain sequencing outputs pins at startup was fixed. The Watch Dog timer is now enabled. A fault is now correctly posted if an attempt is made to start a rail with no phases assigned to it. The devices now allow current balance in tracking mode if VOUT exceeds power good. Faster DFlash write / erase operations have been implemented; this allows smaller hold-up caps. The ADC12 and DPWM have been synchronized to reduce injected noise into the EADC. The power-good signal gets updated more quickly. The soft-reset timing variation was fixed. The 9240 could take 1.2 second to recognize a reset; the 9246 will respond consistently in 10 msec. Faster Vin droop detection was implemented. The READ_DUTY_CYCLE calculation now takes the third compensation pole into effect. A timing bug encountered if page is configured with only B-phases was fixed. Error reporting on factory fresh part left with flash test pattern was fixed. The firmware was improved to gracefully handle the case where both Dflash banks are invalid. The resetting of retry counters on one rail when another rail was turned on was fixed. Power consumption was reduced by driving unbonded signals low. Power stage measurement (aka TFA) now injects at the filter output to measure just the plant; this provides much higher resolution at all frequencies. If the GUI is used for measurements, this change should be transparent in operation. If alternate methods are used to invoke power stage measurements, proceed with caution using smaller injection levels. 1.4 New commands Here is a list of new PMBus commands supported on the UCD9224, UCD9246, and UCD9248 devices that are not supported on the UCD9240 or UCD9220. DRIVER_CONFIG Determines how the controller interacts with the driver. It allows selection of the fault-detected polarity, determines the controller behavior at startup with a fault pending, and controls how the DPWM and SRE outputs are driven at shutdown. For 9240 equivalent operation DRIVER_CONFIG should be set to 0x0. This command was implemented to support future driver devices. SYNC_OFFSET For arbitrary alignment of the timing of output phases between rails SYNC_OFFSET can be used to specify the offset from the SYNC_IN pin. The UCD9224, UCD9246, UCD9248 Sync Application Report should be referred to for impact on phase margin and other considerations of utilizing SYNC_OFFSET. PHASE_DROP_CAL Significant improvements in the transient performance when adding and dropping phases (primarily used for light-load operation) were made for the When dropping phases the time between disabling the DPWM and SRE outputs has a large impact on the voltage excursions. The optimal delay is strongly dependent on the power stage, and therefore left to the user to determine.

4 The default of 1.0 provides 1.0 switching cycle of delay for each Amp of current in the phase being dropped and will show appreciable improvement in many designs. To remove any delay set PHASE_DROP_CAL to 0. By using an oscilloscope to monitor the output voltage excursions at various load conditions while exercising phase drop operations (see PHASE_ENABLE in the command reference) one can quickly see an improvement in transient performance with larger delays. Faults will be held off during the delay, however, so extremely long delays are not recommended. USER_DATA_00 A buffer in which a 32-bytes of data can be stored is now available. The GUI provides an ASCII text editor interface to this command, but your host microcontroller could use this for arbitrary data storage. This command, like most other PMBus commands, will be stored to data flash if the STORE_DEFAULT_ALL command is executed after writing to USER_DATA_ Removed commands Here is a list of PMBus commands not supported on the UCD9224, UCD9246, and UCD9248 devices that are supported on the UCD9240 or UCD9220. MAX_DUTY Due to the architecture of the digital controller, if the control effort ever exceeded MAX_DUTY, a very large slow transient resulted. The MAX_DUTY is now 100% and not modifiable. MIN_DUTY Similarly, pulses less than MIN_DUTY caused large slow voltage excursions. The command DRIVER_MIN_PULSE which specifies a minimum controller reference threshold should be used instead; it does not provide an absolute minimum pulse, but for startups and shutdowns will give similar outputs as the obsolete MIN_DUTY. PAGE_ISOLATED All pages are now assumed to be isolated. PREBIAS_GAIN / PREBIAS_OFFSET These somewhat obscure commands have been rendered obsolete and unnecessary due to improvements in the ramp algorithm. All FAN-related commands (PWM, TACH and STATUS) were removed to free memory for new features. 2 Migration steps The following steps should be taken to ensure expected system behavior after upgrading to the UCD9246 family of devices. Verify PMBus address resistors are still in range given the new table. If the specific address (and to guarantee that the address will not shift with temperature) is important, new resistor values will be required. The resistor changes are the only hardware modification required; all remaining changes are most easily made using the Fusion GUI. The steps covert a project file depend on whether the target IC is starting with UCD9240 family or UCD9246 family code Conversion of a project file if the target IC has not been upgraded: 1. Launch the GUI, connect to UCD9240 or UCD9220 device. 2. If you don t already have a project file, save the current configuration into a project file. 3. Select Tools->Firmware Download to download the UCD9246 or UCD9224 FW, erasing the data flash. 4

5 4. When the GUI restarts, the device will have the firmware data flash default values. 5. Go to File>Import Project and import the UCD9240 or UCD9220 project file. 6. Save the configuration as a UCD9246 or UCD9224 project file; be sure to review the settings for all the new commands. Conversion of a project file if the device is already a UCD9246 or UCD9224 device: 1. Connect online to UCD9246 or UCD9224 device 2. Select File->Import Project, select UCD9240 or UCD9220 project, import 3. Select File->Save As to save a snapshot of the new device configuration; this project is now a UCD9246 or UCD9224 project At this point the device is a UCD9246 (or UCD9224) with a valid UCD9246 (or UCD9224) project. If editing your device in offline mode, please ensure you edit the new UCD9246/UCD9224 project file. Edits should no longer be made to the UCD9240/UCD9220 project file. In addition to the above conversion steps, you should: Consider the desired sequencing behavior especially given the enhanced options provided by the turnon / stay-on distinction. GPIOs, turn on dependencies, turn off dependencies, and fault shutdown slaves should all be reviewed. As of this writing, the GUI does not import these items due to changes in the GPIO_SEQ_CONFIG command. Verify values for new commands DRIVER_CONFIG, SYNC_OFFSET, and PHASE_DROP_CAL. 3 References UCD9240 Digital PWM System Controller Data Sheet. (SLUS766) UCD92xx Digital PWM System Controller PMBus Command Reference.(SLUU337) Fusion Digital Power designer software (SLVC118)

Powering FPGAs Using Digitally Controlled Point of Load Converters

Powering FPGAs Using Digitally Controlled Point of Load Converters Powering FPGAs Using Digitally Controlled Point of Load Converters Design Note 030 Flex Power Modules Typical power requirements Abstract Field Programmable Gate Arrays (FPGAs) require several high quality

More information

INTRODUCTION: DOWNLOADING & INSTALLATION:

INTRODUCTION: DOWNLOADING & INSTALLATION: INTRODUCTION: PowerArchitect TM is Exar s intuitive and easy-to-use software for developing power supplies with the XRP7724, XRP7720, XRP7725, XRP9711, and XRP9710 family programmable power management

More information

3E Series Power Modules

3E Series Power Modules Application Note 322 Flex Power Modules In-System Programming Guide 3E Series Power Modules Abstract This application note provides information on communicating with Flex 3E Series Digital Power Modules

More information

Enabling Intelligent Digital Power IC Solutions with Anti-Fuse-Based 1T-OTP

Enabling Intelligent Digital Power IC Solutions with Anti-Fuse-Based 1T-OTP Enabling Intelligent Digital Power IC Solutions with Anti-Fuse-Based 1T-OTP Jim Lipman, Sidense David New, Powervation 1 THE NEED FOR POWER MANAGEMENT SOLUTIONS WITH OTP MEMORY As electronic systems gain

More information

Platform Manager 2 I 2 C Demo Design and GUI

Platform Manager 2 I 2 C Demo Design and GUI User s Guide August 2014 UG59_1.1 Introduction The Platform Manager 2 is a fast-reacting, programmable logic based hardware management controller. Platform Manager 2 is an integrated solution combining

More information

Winford Engineering ETH32 Protocol Reference

Winford Engineering ETH32 Protocol Reference Winford Engineering ETH32 Protocol Reference Table of Contents 1 1 Overview 1 Connection 1 General Structure 2 Communications Summary 2 Port Numbers 4 No-reply Commands 4 Set Port Value 4 Set Port Direction

More information

Programmable Power Technology.

Programmable Power Technology. Programmable Power Technology 2010 www.exar.com Exar s Power XR Digital Power Solutions Exar s Power XR ICs integrate the best of both worlds; the low cost and flexibility of digital power control as well

More information

Before powering on your driver, read this manual thoroughly. If you have any doubt or suggestion, please do not hesitate to contact us!

Before powering on your driver, read this manual thoroughly. If you have any doubt or suggestion, please do not hesitate to contact us! Laser diode driver Datasheet & User Manual Before powering on your driver, read this manual thoroughly. If you have any doubt or suggestion, please do not hesitate to contact us! LLC, st. Sedova, 37, lit.

More information

SmartFan Fusion-4. Speed Control and Alarm for DC Fans CONTROL RESOURCES INCORPORATED. The driving force of motor control & electronics cooling.

SmartFan Fusion-4. Speed Control and Alarm for DC Fans CONTROL RESOURCES INCORPORATED. The driving force of motor control & electronics cooling. SmartFan Fusion-4 Speed Control and Alarm for DC Fans The driving force of motor control & electronics cooling. P/N FUS300-F DC Controls SmartFan Fusion-4 is a digital fan speed control and alarm that

More information

D115 The Fast Optimal Servo Amplifier For Brush, Brushless, Voice Coil Servo Motors

D115 The Fast Optimal Servo Amplifier For Brush, Brushless, Voice Coil Servo Motors D115 The Fast Optimal Servo Amplifier For Brush, Brushless, Voice Coil Servo Motors Ron Boe 5/15/2014 This user guide details the servo drives capabilities and physical interfaces. Users will be able to

More information

Programmable Power Technology.

Programmable Power Technology. Programmable Power Technology 2011 www.exar.com Exar s Power XR Programmable Power Solutions Exar s Power XR ICs integrate the best of both worlds; the low cost and flexibility of digital control as well

More information

Eliminating Power Supply Design Complexity with Simple Digital Modules

Eliminating Power Supply Design Complexity with Simple Digital Modules White Paper Eliminating Power Supply Design Complexity with Simple Digital Modules Vidisha Gupta, Senior Apps Engineer, Renesas Electronics Corp. Ashish Razdan, Senior Apps Engineer, Renesas Electronics

More information

VPX U VPX DC/DC Converter

VPX U VPX DC/DC Converter 3U VPX DC/DC Converter 500 Watt Ruggedized Converter Plug-in Module, Conduction-Cooled, Six Outputs Description NAI s is a that plugs directly into a standard 3U VPX chassis with a VITA 62 1.0 power supply

More information

Wall Industries SMPS and Microcontrollers

Wall Industries SMPS and Microcontrollers Wall Industries SMPS and Microcontrollers Introduction Wall Industries commitment to the latest technologies is evident in its recent announcement to add microcontrollers to their already advanced designs.

More information

User-configurable Resolution. 9 to 12 bits (0.5 C to C)

User-configurable Resolution. 9 to 12 bits (0.5 C to C) AT30TS75A 9- to 12-bit Selectable, ±0.5 C Accurate Digital Temperature Sensor DATASHEET See Errata in Section 12. Features Single 1.7V to 5.5V Supply Measures Temperature -55 C to +125 C Highly Accurate

More information

MasterFlux 48V Cascade BLDC Motor Controller Product Specification 030F0137

MasterFlux 48V Cascade BLDC Motor Controller Product Specification 030F0137 MasterFlux 48V Cascade BLDC Motor Controller Product Specification 030F0137 Revision History Page 1 of 11 Date ECN Rev Description By 09/01/10 EC34869 A Initial Release D. Stahl 07/14/11 EC39745 B Updated

More information

XPERTS CORNER. Changing Utilization Rates in Real Time to Investigate FPGA Power Behavior

XPERTS CORNER. Changing Utilization Rates in Real Time to Investigate FPGA Power Behavior Changing Utilization Rates in Real Time to Investigate FPGA Power Behavior 60 Xcell Journal Fourth Quarter 2014 Power management in FPGA designs is always a critical issue. Here s a new way to measure

More information

MIC2544A/2548A. General Description. Features. Applications. Typical Application. Programmable Current Limit High-Side Switch

MIC2544A/2548A. General Description. Features. Applications. Typical Application. Programmable Current Limit High-Side Switch Programmable Current Limit High-Side Switch General Description The MIC2544A and MIC2548A are integrated, high-side power switches optimized for low loss DC power switching and other power management applications,

More information

MOTENC Axis PCI Motion & I/O Control Board. Reference Manual Rev 1A, April Copyright 2004 VITAL Systems Inc

MOTENC Axis PCI Motion & I/O Control Board. Reference Manual Rev 1A, April Copyright 2004 VITAL Systems Inc MOTENC-100 8-Axis PCI Motion & I/O Control Board Reference Manual Rev 1A, April-7-2004 Copyright 2004 VITAL Systems Inc www.vitalsystem.com This Page Intentionally Left Blank Table of Contents 1. OVERVIEW...

More information

ProductionLine Testers, Inc. P#: SMU-410 USER GUIDE

ProductionLine Testers, Inc.   P#: SMU-410 USER GUIDE ProductionLine Testers, Inc. www.pltesters.com P#: 209.830.9150 SMU-410 USER GUIDE Introduction The SMU-410 board forces and senses both voltages and currents. The interface is the PXI bus and the board

More information

VPX55H-3 3U VPX DC/DC Converter

VPX55H-3 3U VPX DC/DC Converter 3U VPX DC/DC Converter 500 Watt Ruggedized Converter Plug-in Module, Conduction-Cooled, Six Outputs Description NAI s is a that plugs directly into a standard 3U VPX chassis with a VITA 62 0.8 power supply

More information

VPX56H-6 6U VPX AC/DC Power Supply

VPX56H-6 6U VPX AC/DC Power Supply VPX56H-6 6U VPX AC/DC Power Supply 1,000-Watt Ruggedized, Programmable Power Supply Plug-in Module, Conduction-Cooled, Six Outputs Description NAI s VPX56H-6 is a that plugs directly into a standard 6U

More information

BV4615. Dual Interface Zero Keypad. Product specification. Dec 2009 V0.a. ByVac Page 1 of 11

BV4615. Dual Interface Zero Keypad. Product specification. Dec 2009 V0.a. ByVac Page 1 of 11 Product specification Dec 2009 V0.a ByVac Page 1 of 11 Contents 1. Introduction...3 2. Features...3 3. Physical Specification...3 3.1. Serial connector...3 3.2. Multiple Devices...4 3.3. I2C...4 4. Output

More information

Four-Channel Universal Analog Input Using the MAX11270

Four-Channel Universal Analog Input Using the MAX11270 Four-Channel Universal Analog Input Using the MAX70 MAXREFDES5 Introduction The MAXREFDES5 is a four-channel universal analog input that measures voltage or current signals. Each channel can be configured

More information

Helix Semiconductors HS200 Data Sheet

Helix Semiconductors HS200 Data Sheet HS200 +48Vin 15W DC-DC MuxCapacitor Power IC The Helix Semiconductor HS200 DC-DC MuxCapacitor Power IC offers the highest energy efficiency per density. It enables use with low cost POL regulator (i.e.,

More information

Helix Semiconductors HS200 Data Sheet

Helix Semiconductors HS200 Data Sheet HS200 +48Vin 15W DC-DC MuxCapacitor Power IC The Helix Semiconductor HS200 DC-DC MuxCapacitor Power IC offers the highest energy efficiency per density. When used with a low cost POL regulator, system

More information

User-configurable Resolution. 9 to 12 bits (0.5 C to C)

User-configurable Resolution. 9 to 12 bits (0.5 C to C) AT30TS74 9- to 12-bit Selectable, ±1.0 C Accurate Digital Temperature Sensor DATASHEET Features Single 1.7V to 5.5V Supply Measures Temperature From -55 C to +125 C Highly Accurate Temperature Measurements

More information

October 2012 Rev FEATURES

October 2012 Rev FEATURES October 2012 Rev. 1.0.0 GENERAL DESCRIPTION The XRP7724 controller includes an I2C serial command interface for performing numerous common tasks. This document covers details on the command types and their

More information

DEMO MANUAL DC285. LTC1695 SOT23 Fan Speed Controller\LDO. Description: Board Photo. Schematic BOM

DEMO MANUAL DC285. LTC1695 SOT23 Fan Speed Controller\LDO. Description: Board Photo. Schematic BOM DEMO MANUAL DC285 LTC1695 SOT23 Fan Speed Controller\LDO Description: This demo board shows how the LTC1695 SOT-23 provides all the functions necessary for a system controller or microcontroller to regulate

More information

M68HC08 Microcontroller The MC68HC908GP32. General Description. MCU Block Diagram CPU08 1

M68HC08 Microcontroller The MC68HC908GP32. General Description. MCU Block Diagram CPU08 1 M68HC08 Microcontroller The MC68HC908GP32 Babak Kia Adjunct Professor Boston University College of Engineering Email: bkia -at- bu.edu ENG SC757 - Advanced Microprocessor Design General Description The

More information

OPENUPS 6-34V Intelligent Uninterruptible Power Supply

OPENUPS 6-34V Intelligent Uninterruptible Power Supply OPENUPS 6-34V Intelligent Uninterruptible Power Supply Installation Guide Version 1.0f P/N OPENUPS-06 Before you start Please take a moment and read this manual before you install the OPENUPS. Often times,

More information

Application Note 314. Flex Power Modules. First and Second Generation 3E POL Regulators - A Comparison

Application Note 314. Flex Power Modules. First and Second Generation 3E POL Regulators - A Comparison Application Note 314 Flex Power Modules First and Second Generation 3E POL Regulators - A Comparison Introduction The first generation 3E POL regulators include BMR450 and BMR451, where BMR450 is a 20

More information

I/O EXPANSION MODULES

I/O EXPANSION MODULES 4 Trio Motion Technology 4-2 Hardware Reference Manual General Description of I/O Modules Trio Motion Technology s range of digital and analogue input/output expansion modules are designed to enable simple

More information

LD6015. Datasheet & Manual. 1. Features. 3. Description. 2. Applications. 4. Absolute maximum ratings* 5. Recommended operating conditions

LD6015. Datasheet & Manual. 1. Features. 3. Description. 2. Applications. 4. Absolute maximum ratings* 5. Recommended operating conditions LD6015 Datasheet & Manual 1. Features Low current ripple No need to adjust voltage Soft-start Adjustable overcurrent limit Thermal warning and shutdown Reverse current protection Crowbar circuit protection

More information

Understanding the basic building blocks of a microcontroller device in general. Knows the terminologies like embedded and external memory devices,

Understanding the basic building blocks of a microcontroller device in general. Knows the terminologies like embedded and external memory devices, Understanding the basic building blocks of a microcontroller device in general. Knows the terminologies like embedded and external memory devices, CISC and RISC processors etc. Knows the architecture and

More information

OPENUPS 6-34V Intelligent Uninterruptible Power Supply

OPENUPS 6-34V Intelligent Uninterruptible Power Supply OPENUPS 6-34V Intelligent Uninterruptible Power Supply Installation Guide Version 1.0f Before you start Please take a moment and read this manual before you install the OPENUPS. Often times, rushing into

More information

PowIRCenter GUI Quick-Start Guide

PowIRCenter GUI Quick-Start Guide PowIRCenter GUI Quick-Start Guide Revision History & Pre-requisites Revision Date Change History 21 Jan 2016 Updated with load config / write all registers pictures & instructions 12 Jul 2015 1 st release

More information

DS75 Digital Thermometer and Thermostat

DS75 Digital Thermometer and Thermostat www.maxim-ic.com FEATURES Temperature Measurements Require No External Components Measures Temperatures from -55 C to +125 C (-67 F to +257 F) 2 C Accuracy Over a -25 C to +100 C Range Thermometer Resolution

More information

PMBus Power System Management Protocol Specification Part I General Requirements, Transport And Electrical Interface

PMBus Power System Management Protocol Specification Part I General Requirements, Transport And Electrical Interface PMBus Power System Management Protocol Specification Part I General Requirements, Transport And Electrical Interface Revision 1.0 28 March 2005 www.powersig.org 2005 System Management Interface Forum,

More information

MP6500 Stepper Motor Driver, Digital Current Control

MP6500 Stepper Motor Driver, Digital Current Control This breakout board for the MPS MP6500 micro stepping bipolar stepper motor driver is Pololu s latest stepper motor driver. The module has a pinout and interface that are very similar to that of our popular

More information

MN101E50 Series. 8-bit Single-chip Microcontroller

MN101E50 Series. 8-bit Single-chip Microcontroller 8-bit Single-chip Microcontroller Overview The MN101E series of 8-bit single-chip microcomputers (the memory expansion version of MN101C series) incorporate multiple types of peripheral functions. This

More information

Excalibur Solutions Using the Expansion Bus Interface. Introduction. EBI Characteristics

Excalibur Solutions Using the Expansion Bus Interface. Introduction. EBI Characteristics Excalibur Solutions Using the Expansion Bus Interface October 2002, ver. 1.0 Application Note 143 Introduction In the Excalibur family of devices, an ARM922T processor, memory and peripherals are embedded

More information

Q22 DATRAN II excel Owners Manual

Q22 DATRAN II excel Owners Manual Q22 DATRAN II excel Owners Manual Manual Revision No. 1.03 Dated November 2001 Copyright 2000 to QTech Data Systems Limited Christchurch, NEW ZEALAND All rights reserved The circuit details and know how

More information

Application Note 310. Flex Power Modules. Sequencing Configuration. 3E POL Regulators

Application Note 310. Flex Power Modules. Sequencing Configuration. 3E POL Regulators Application Note 310 Flex Power Modules Sequencing Configuration 3E POL Regulators Introduction 3E Series Point of Load Regulators utilize Digital Control and provide a lot of flexibility for implementing

More information

POWER CONTROL BOARD. removed if a sampling of the +5V digital is not. desired. If any one of them is out of range all +5V

POWER CONTROL BOARD. removed if a sampling of the +5V digital is not. desired. If any one of them is out of range all +5V POWER CONTROL BOARD The power control board conditions the DC power to protect the CCD from overvoltage transients. The board passes three analog voltages (high voltage, nominally +36V, and low voltages,

More information

I2C and the TAS3001C. Introduction. The I2C Protocol. Digital Audio Group ABSTRACT

I2C and the TAS3001C. Introduction. The I2C Protocol. Digital Audio Group ABSTRACT Application Report SLEA001 February 2001 I2C and the TAS3001C Digital Audio Group ABSTRACT The TAS3001C stereo audio digital equalizer provides a serial control interface using the I2C protocol. Since

More information

SmartFan Cirrus-9. Speed Control and Alarm for 4-Wire Fans CONTROL RESOURCES INCORPORATED. The driving force of motor control & electronics cooling.

SmartFan Cirrus-9. Speed Control and Alarm for 4-Wire Fans CONTROL RESOURCES INCORPORATED. The driving force of motor control & electronics cooling. SmartFan Cirrus-9 Speed Control and larm for 4-Wire Fans The driving force of motor control & electronics cooling. P/N 4WR9C00-F DC Controls SmartFan Cirrus-9 is a digital fan speed control and alarm that

More information

Introduction to ARM LPC2148 Microcontroller

Introduction to ARM LPC2148 Microcontroller Introduction to ARM LPC2148 Microcontroller Dr.R.Sundaramurthy Department of EIE Pondicherry Engineering College Features of LPC2148 in a Nut Shell CPU = ARM 7 Core Word Length = 32 Bit ROM = 512 KB RAM

More information

PMBus Application Profile for Hot Swap Controllers. Revision 1.0

PMBus Application Profile for Hot Swap Controllers. Revision 1.0 PMBus Application Profile for Hot Swap Controllers Revision 1.0 Revision History Revision Description Date 0.5 Initial release 2010-10-05 0.7 Changes addressing recommendation. Changed coefficient for

More information

Preliminary. SLDU022 User s Manual. PGA300 Pressure and Temperature Sensor Signal Conditioner. Copyright 2016, Texas Instruments Incorporated

Preliminary. SLDU022 User s Manual. PGA300 Pressure and Temperature Sensor Signal Conditioner. Copyright 2016, Texas Instruments Incorporated SLDU022 User s Manual PGA300 Pressure and Temperature Sensor Signal Conditioner Copyright 2016, Texas Instruments Incorporated Revision History Revision Date Descriptions/Comments 1.0 2.0 31 -Jan - 2014

More information

MachXO 300mm Fab Transition Circuit Observations and Mitigation

MachXO 300mm Fab Transition Circuit Observations and Mitigation Product Bulletin June 2017 PB1377 MachXO 300mm Fab Transition Circuit Observations and Mitigation Lattice is issuing this Product Bulletin to inform its customers of certain circuit observations and to

More information

MxC 200 Data Sheet. MxC V DC 15W DC-DC Converter

MxC 200 Data Sheet. MxC V DC 15W DC-DC Converter Efficiency (%) MxC 200 Data Sheet MxC 200 48V DC 15W DC-DC Converter The Helix Semiconductors MuxCapacitor ( MxC ) 200 is a monolithic configurable high voltage switch capacitor DC-DC converter targeted

More information

2. Control Pin Functions and Applications

2. Control Pin Functions and Applications IMARY CONTROL ( PIN) Module Enable / Disable. The module can be disabled by pulling the below 2.3 V with respect to the Input. This should be done with an open-collector transistor, relay, or optocoupler.

More information

Introduction To The PMBus Presented By Robert V. White, Artesyn Technologies; Chair, PMBus Specification Working Group May 2005

Introduction To The PMBus Presented By Robert V. White, Artesyn Technologies; Chair, PMBus Specification Working Group May 2005 Introduction To The PMBus Presented By Robert V. White, Artesyn Technologies; Chair, PMBus Specification Working Group May 2005 www.powersig.org 2005 System Management Interface Forum. All Rights Reserved

More information

Instruction leaflet for the VPAK DC TO HVDC CONVERTER (1kV to 10kV)

Instruction leaflet for the VPAK DC TO HVDC CONVERTER (1kV to 10kV) Tel : +44 (0)1798 873986 Fax : +44 (0)1798 872479 e-mail : hvsales@spellmanhv.co.uk Broomers Park, Broomers Hill Lane Pulborough, W. Sussex, RH20 2RY Instruction leaflet for the VPAK DC TO HVDC CONVERTER

More information

User Guide. MP5416 Evaluation Kit (EVKT-5416)

User Guide. MP5416 Evaluation Kit (EVKT-5416) Table of Contents Overview... 2 Introduction... 2 Kit Contents... 2 Features and Benefits... 3 Kit Specifications... 3 Section 1. Hardware Specifications... 4 1.1 Personal Computer Requirements... 4 1.2

More information

Technical Reference Guide For SanDisk s MultiMediaCard

Technical Reference Guide For SanDisk s MultiMediaCard Technical Reference Guide For SanDisk s MultiMediaCard MultiMediaCard Parameters Q: What is the difference between the MultiMediaCard terms and functions Idle, Inactive, Standby and Sleep? A: Idle, Inactive

More information

Copley Indexer 2 Program User Guide

Copley Indexer 2 Program User Guide Copley Indexer 2 Program User Guide P/N 95-00744-000 Revision 2 June 2008 Copley Indexer 2 Program User Guide TABLE OF CONTENTS About This Manual... 6 1: Introduction... 9 1.1: Copley Controls Indexer

More information

Altera EP4CE6 Mini Board. Hardware User's Guide

Altera EP4CE6 Mini Board. Hardware User's Guide Altera Hardware User's Guide 1. Introduction Thank you for choosing the! is a compact FPGA board which is designed based on device. It's a low-cost and easy-to-use platform for learning Altera's Cyclone

More information

Applications Circuits

Applications Circuits 9 Applications Circuits Figure 1. Logic Disable The pin of the module may be used to turn the module on or off. When is pulled low (

More information

TMS320C672x DSP Serial Peripheral Interface (SPI) Reference Guide

TMS320C672x DSP Serial Peripheral Interface (SPI) Reference Guide TMS320C672x DSP Serial Peripheral Interface (SPI) Reference Guide Literature Number: SPRU718B October 2005 Revised July 2007 2 SPRU718B October 2005 Revised July 2007 Contents Preface... 6 1 Overview...

More information

NEUROLOGIC RESEARCH CORPORATION MODEL 2150

NEUROLOGIC RESEARCH CORPORATION MODEL 2150 NEUROLOGIC RESEARCH CORPORATION FOUR DIGITAL INPUT / FOUR DIGITAL OUTPUT NETWORK NODE - Very compact design available in DIN Rail and NEMA 4X enclosures. - LonWorks FTT-10A network interface with all inputs

More information

Analog Current Input - 16 Channel IC693ALG223. Current Ranges. Power Requirements and LEDs. Location in System. Analog Input Modules

Analog Current Input - 16 Channel IC693ALG223. Current Ranges. Power Requirements and LEDs. Location in System. Analog Input Modules Analog Input Modules Analog Current Input - 16 Channel IC693ALG223 The 16-Channel Analog Current Input module provides up to 16 single-ended input channels, each capable of converting an analog input signal

More information

8. SED1565 Series. (Rev. 1.2)

8. SED1565 Series. (Rev. 1.2) 8. (Rev. 1.2) Contents GENERAL DESCRIPTION...8-1 FEATURES...8-1 BLOCK DIAGRAM...8-3 PIN DIMENSIONS...8-4 PIN DESCRIPTIONS...8-2 DESCRIPTION OF FUNCTIONS...8-24 COMMANDS...8-48 COMMAND DESCRIPTION...8-57

More information

Product Technical Brief S3C2413 Rev 2.2, Apr. 2006

Product Technical Brief S3C2413 Rev 2.2, Apr. 2006 Product Technical Brief Rev 2.2, Apr. 2006 Overview SAMSUNG's is a Derivative product of S3C2410A. is designed to provide hand-held devices and general applications with cost-effective, low-power, and

More information

ACTIONI/Q Q498. DC Powered DC Input Field Configurable Isolator with Math Functions

ACTIONI/Q Q498. DC Powered DC Input Field Configurable Isolator with Math Functions ACTIONI/Q Q498 DC Powered DC Input Field Configurable Isolator with Math Functions Q498-0000 Provides 2 Isolated Analog Inputs, 1 Analog Output & 1 Frequency Output, as well as a Discrete Input & Output

More information

PIC Microcontroller Introduction

PIC Microcontroller Introduction PIC Microcontroller Introduction The real name of this microcontroller is PICmicro (Peripheral Interface Controller), but it is better known as PIC. Its first ancestor was designed in 1975 by General Instruments.

More information

Safety Instructions 1-1 Avoid unintended Start General Description 2-2

Safety Instructions 1-1 Avoid unintended Start General Description 2-2 Contents Contents 1 Safety and precautions 1-1 Safety Instructions 1-1 Avoid unintended Start. 1-1 2 Introduction 2-1 General Description 2-2 3 Supported Configuration 3-1 Introduction 3-1 Fixed-speed

More information

Before powering on your driver, read this manual thoroughly. If you have any doubt or suggestion, please do not hesitate to contact us!

Before powering on your driver, read this manual thoroughly. If you have any doubt or suggestion, please do not hesitate to contact us! Laser diode driver Datasheet & User Manual Before powering on your driver, read this manual thoroughly. If you have any doubt or suggestion, please do not hesitate to contact us!, 37 Sedova St, Off 209,

More information

manufactured by SF8150-ZIF14

manufactured by SF8150-ZIF14 manufactured by manufactured by SF8150- ZIF14 Butterfly packaged laser diode controller Datasheet & Users Manual Before powering on your driver, read this manual thoroughly. If you have any doubt or suggestion,

More information

January 2014 Rev FEATURES

January 2014 Rev FEATURES January 2014 Rev. 1.2.0 GENERAL DESCRIPTION Some Exar Programmable Power products include an I 2 C serial command interface for performing numerous common tasks. This document covers details on the command

More information

VPX56H-6 6U VPX AC/DC Power Supply

VPX56H-6 6U VPX AC/DC Power Supply VPX56H-6 6U VPX AC/DC Power Supply 1,000-Watt Ruggedized, Programmable Power Supply Plug-in Module, Conduction-Cooled, Five Outputs Description NAI s VPX56H-6 is a that plugs directly into a standard 6U

More information

Clear code memory to all ones. The successful operation of this function is not automatically verified. Program from File

Clear code memory to all ones. The successful operation of this function is not automatically verified. Program from File Microcontroller Using a Personal Computer to Program the AT89C51/C52/LV51/LV52/C1051/C2051 Introduction This application note describes a personal computer-based programmer for the AT89C51/C52/LV51/LV52/C1051/C20

More information

EM21xx Family Supported PMBus TM Commands

EM21xx Family Supported PMBus TM Commands Intel Enpirion Power Solutions EM21xx Family Supported PMBus TM Commands Application Note 2017 Intel Corporation. All rights reserved. Intel, the Intel logo, Altera, Enpirion, and the Enpirion logo are

More information

SmartFan Vortex. I2C Speed Control for 12 VDC Fans CONTROL RESOURCES INCORPORATED. The driving force of motor control & electronics cooling.

SmartFan Vortex. I2C Speed Control for 12 VDC Fans CONTROL RESOURCES INCORPORATED. The driving force of motor control & electronics cooling. The driving force of motor control & electronics cooling. SmartFan Vortex I2C Speed Control for 12 VDC Fans DC Controls P/N VOR5I400F SmartFan Vortex is an I2C fan speed control and alarm designed for

More information

2U_012_010A Data Sheet

2U_012_010A Data Sheet 2U_012_010A 12V 3W DC-DC Converter The Helix Semiconductors MuxCapacitor 2U_012_010A is a member of the MxC 200 family of monolithic configurable high voltage switch capacitor DC-DC converters targeted

More information

WS4601 WS4601. Descriptions. Features. Applications. Order information. 80mΩ, Current Limited, Power Distribution Switch

WS4601 WS4601. Descriptions. Features. Applications. Order information.   80mΩ, Current Limited, Power Distribution Switch 80mΩ, Current Limited, Power Distribution Switch www.sh-willsemi.com Descriptions The is high-side switch with ultra-low ON resistance P-MOSFET. Integrated current-limit function can limit inrush current

More information

Quick installation guide

Quick installation guide Quick installation guide Subject Ref. No. Vers. Ziehl Abegg EC-Blue motors quick configuration guide 1.0 1 / 3 Issued by Department D. Rizzotti Air Business Center Approved by Location Date 23/05/2013

More information

DS 1682 Total Elapsed Time Recorder with Alarm

DS 1682 Total Elapsed Time Recorder with Alarm DS 1682 Total Elapsed Time Recorder with Alarm www.dalsemi.com FEATURES Records the total time that the Event Input has been active and the number of events that have occurred. Volatile Elapsed Time Counter

More information

MAXREFDES108#: NON-ISOLATED 12V/1A POE POWERED DEVICE POWER SUPPLY

MAXREFDES108#: NON-ISOLATED 12V/1A POE POWERED DEVICE POWER SUPPLY System Board 6289 MAXREFDES108#: NON-ISOLATED 12V/1A POE POWERED DEVICE POWER SUPPLY To meet the increasing demands for non-isolated Power over Ethernet (PoE) power solutions, Maxim has developed innovative,

More information

PMBus Commands Application Note. Murata Digital Power Brick

PMBus Commands Application Note. Murata Digital Power Brick Murata Digital Power Brick MDC-AN-67 8 December 216 www.murata-ps.com Contents Abstract... 3 Introduction... 3 PMBus Commands... 3 1. Overall List... 3 2. Commands application... 5 OPERATION (1h)... 5

More information

Features. V CC 2.7V to 5.5V 10k OVERCURRENT GND NC

Features. V CC 2.7V to 5.5V 10k OVERCURRENT GND NC MIC225/275 MIC225/275 Single-Channel Power Distribution Switch MM8 General Description The MIC225 and MIC275 are high-side MOSFET switches optimized for general-purpose power distribution requiring circuit

More information

Course Introduction. Content: 21 pages 4 questions. Learning Time: 35 minutes

Course Introduction. Content: 21 pages 4 questions. Learning Time: 35 minutes Course Introduction Purpose: The intent of this course is to provide embedded control engineers with valuable implementation instructions on HCS08 port pins and the Keyboard Interrupt (KBI) module. Objectives:

More information

Worlde TUNA MINI MIDI Controller User s Manual

Worlde TUNA MINI MIDI Controller User s Manual HANGZHOU WORLDE DIGITAL PIANO CO.,LTD WEBSITE: WWW.WORLDE.COM.CN EMAIL:SALES@WORLDE.COM.CN TEL:86 571 88730848 Worlde TUNA MINI MIDI Controller User s Manual -1- Contents 1. INTRODUCTION... 3 2. FEATURES...

More information

LOW VOLTAGE BLDC MOTOR CONTROLLER

LOW VOLTAGE BLDC MOTOR CONTROLLER DESCRIPTION The D113-024D10/036D10/050D05 are members of a DSP based low voltage brushless DC motor controller family. The controllers are for controlling the brushless DC motor with or without Hall position

More information

Control Indicator Module (CIM) - DNP3 Communications Protocol - TECHNICAL MANUAL

Control Indicator Module (CIM) - DNP3 Communications Protocol - TECHNICAL MANUAL Control Indicator Module (CIM) - DNP3 Communications Protocol - TECHNICAL MANUAL Page 1 of 35 Introduction...4 Basic Operation...5 Front Panel Controls and Indicators...5 Real Time Clock Battery Back Up...7

More information

PAS 9737/AI-SMT ENGINEERING SPECIFICATION

PAS 9737/AI-SMT ENGINEERING SPECIFICATION Document PAS54 Spec Revision C (7/3/8) PAS 9737/AI-SMT ENGINEERING SPECIFICATION 64 CHANNEL, 6 BIT VME ANALOG INPUT CARD PCB Revision D (7/3/8) Additional copies of this manual or other Precision Analog

More information

DC Output Voltage range: 1V to 50V Current: up to 30A Power: up to 400W. Efficiency Typical 85-87% - (nominal line, full load, room temperature)

DC Output Voltage range: 1V to 50V Current: up to 30A Power: up to 400W. Efficiency Typical 85-87% - (nominal line, full load, room temperature) SERIES MINIATURE, HIGH DENSITY SINGLE OUTPUT DC / DC CONVERTERS Up to 400 W Applications Military (Airborne, ground-fix, shipboard), Ruggedized, Telecom, Industrial Special Features Miniature size High

More information

VERSION 1.1 SEPTEMBER 12, 2017 ULTIMATE POWERBOX PRODUCT MANUAL BY PEGASUS ASTRO [COMPANY ADDRESS]

VERSION 1.1 SEPTEMBER 12, 2017 ULTIMATE POWERBOX PRODUCT MANUAL BY PEGASUS ASTRO [COMPANY ADDRESS] VERSION 1.1 SEPTEMBER 12, 2017 ULTIMATE POWERBOX PRODUCT MANUAL BY PEGASUS ASTRO [COMPANY ADDRESS] INTRO Thank you for purchasing our Pegasus Astro - Ultimate Powerbox. If you are tired of carrying multiple

More information

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT DC1059A DUAL IDEAL DIODE POWERPATH TM DEMOBOARD

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT DC1059A DUAL IDEAL DIODE POWERPATH TM DEMOBOARD DESCRIPTION WARNING: READ THIS MANUAL FIRST BEFORE OPERATING THE DEMOBOARD. THERE ARE ILLEGAL POWER CONFIGURATIONS OR VOLTAGE LEVELS THAT CAN POTENTIALLY DAMAGE THE DEMOBOARD. From the factory: 1) MINIMUM

More information

BCT Channel LED Driver (Common-Anode & Common-Cathode) Low Dropout Current Source & Current Sink. General Description. Features.

BCT Channel LED Driver (Common-Anode & Common-Cathode) Low Dropout Current Source & Current Sink. General Description. Features. BCT3220 Low Dropout Current Source & Current Sink General Description The BCT3220 is a high performance white LED driver. The BCT3220 uses an internal resistor to set the bias current for four LEDs, which

More information

Figure 1 Typical Application Circuit

Figure 1 Typical Application Circuit 4-CH CAPACITIVE TOUCH SENSOR WITH AUTO CALIBRATION August 2015 GENERAL DESCRIPTION The IS31SE5104 is a low power, fully integrated 4-channel solution for capacitive touch button applications. The chip

More information

MC34708, Silicon Errata

MC34708, Silicon Errata Freescale Semiconductor Errata Document : Rev. 9.0, 11/2013 MC34708, Silicon Errata Introduction Device Revision Identification This errata document applies to the following devices: Table 1. Silicon Revision

More information

Freescale and the Freescale logo are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their

Freescale and the Freescale logo are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their S08 Highlighted Features Why Do I Need a Slave LIN Interface Controller (SLIC)? Design Challenges Slave synchronization Slave synchronizing to LIN messaging requires a cost versus resource trade-off. Your

More information

AN-1025 APPLICATION NOTE

AN-1025 APPLICATION NOTE APPLICATION NOTE One Technology Way PO Box 9106 Norwood, MA 02062-9106, USA Tel: 7813294700 Fax: 7814613113 wwwanalogcom Utilization of the First In, First Out (FIFO) Buffer in Analog Devices, Inc Digital

More information

SPI Protocol of the TLE941xy family

SPI Protocol of the TLE941xy family Protocol of the TLE941xy family Application Note Rev 1.0, 2016-04-25 Automotive Power Table of Contents 1 Abstract........................................................................ 3 2 Introduction.....................................................................

More information

Selecting the Correct CMOS PLD An Overview of Advanced Micro Devices CMOS PLDs

Selecting the Correct CMOS PLD An Overview of Advanced Micro Devices CMOS PLDs Selecting the Correct CMOS PLD An Overview of Advanced Micro Devices CMOS PLDs Application Note Advanced Micro Devices INTRODUCTION The purpose of this application note is to provide a survey of AMD s

More information

NT7532 V X132 RAM-Map LCD Controller/Driver. Preliminary

NT7532 V X132 RAM-Map LCD Controller/Driver. Preliminary 65X132 RAM-Map LCD Controller/Driver V 0.1 Preliminary 1 1 REVISION HISTORY...3 2 FEATURES...4 3 GENERAL DESCRIPTION...4 4 PADS CONFIGURATION...5 5 BLOCK DIAGRAM...6 6 PAD DESCRIPTIONS...7 7 FUNCTIONAL

More information

EM21xx Family Supported PMBus TM Commands

EM21xx Family Supported PMBus TM Commands Intel Enpirion Power Solutions EM21xx Family Supported PMBus TM Commands Application Note 2017 Intel Corporation. All rights reserved. Intel, the Intel logo, Altera, Enpirion, and the Enpirion logo are

More information

AMS 5812 OEM pressure sensor with an analog and digital output

AMS 5812 OEM pressure sensor with an analog and digital output Digital signal conditioning is becoming increasingly common in sensor technology. However, some sensor system states can be monitored more easily using analog values. For redundancy and system safety reasons

More information