电子工程世界电子工程世界电子工程世界

关键词

搜索

型号

搜索

USQ-1.8/20-D48N

产品描述DC-DC Regulated Power Supply Module, 1 Output, Hybrid, 1.450 X 2.280 INCH, 0.400 INCH HEIGHT, QUARTER BRICK PACKAGE-8
产品类别电源/电源管理    电源电路   
文件大小2MB,共22页
制造商Murata Power Solutions
下载文档 详细参数 全文预览

USQ-1.8/20-D48N概述

DC-DC Regulated Power Supply Module, 1 Output, Hybrid, 1.450 X 2.280 INCH, 0.400 INCH HEIGHT, QUARTER BRICK PACKAGE-8

USQ-1.8/20-D48N规格参数

参数名称属性值
零件包装代码MODULE
包装说明DIP, DIP10,2.0,150
针数8
Reach Compliance Codeunknown
ECCN代码EAR99
模拟集成电路 - 其他类型DC-DC REGULATED POWER SUPPLY MODULE
最大输入电压75 V
最小输入电压36 V
标称输入电压48 V
JESD-30 代码R-MDMA-P8
JESD-609代码e0
最大负载调整率0.05%
功能数量1
输出次数1
端子数量8
最大输出电流20 A
最大输出电压1.98 V
最小输出电压1.44 V
标称输出电压1.8 V
封装主体材料METAL
封装代码DIP
封装等效代码DIP10,2.0,150
封装形状RECTANGULAR
封装形式MICROELECTRONIC ASSEMBLY
峰值回流温度(摄氏度)NOT SPECIFIED
认证状态Not Qualified
表面贴装NO
技术HYBRID
端子面层TIN LEAD
端子形式PIN/PEG
端子节距3.81 mm
端子位置DUAL
处于峰值回流温度下的最长时间NOT SPECIFIED
微调/可调输出YES

文档预览

下载PDF文档
®
®
A SUBSIDIARY OF C&D TECHNOLOGIES
Single Output
USQ 20A Models
High-Density, Quarter-Brick
20 Amp, DC/DC Converters
Features
Standard, 1.45" x 2.28" x 0.40"
quarter-brick package and pinout
Outstanding thermal-derating
Output current: to 20 Amps
Outputs Voltages:
1.2/1.5/1.8/2.5/3.3/5/12/15/18/24V
Input voltage ranges:
36-75V (48V nom.)
18-36V (24V nom.)
Synchronous rectification yields high
efficiency (to 91%) and stable no-load
operation
On/Off control, trim and sense functions
Fully isolated, 1500Vdc guaranteed
Fully I/O protected; Thermal shutdown
UL1950/EN60950 (BASIC insulation)
approvals
Qual tested; HALT tested; EMI compliant
For low-voltage, high-current power . . . in the smallest space . . . over the widest
temperature range . . . call on DATEL’s USQ Series 20 Amp "quarter bricks." Occupy-
ing the industry-standard package (1.45" x 2.28" x 0.40") and pinout, USQ’s house
their fully-synchronous, forward design topology in a "two-board" assembly crowned
with a heat-sink-compatible aluminum baseplate. This combination of outstanding
thermal and electrical efficiencies endows USQ’s with industry-leading, thermal-
derating performance. The 1.8V
OUT
model, for example, delivers its full 20 Amps up to
+55°C with a mere 200 lfm air flow.
USQ’s achieve all the performance metrics required for contemporary, on-board
power processing: high isolation (1500Vdc), superior efficiency (to 91%), tight regula-
tion (to
±0.05%
max. line and load), low noise (to 50mVp-p), quick step response
(200µsec), and an array of protection features. I/O protection includes input under-
voltage lockout and reverse-polarity protection, as well as output overvoltage pro-
tection, current limiting, short-circuit protection, and thermal shutdown. The USQ
functionality suite includes remote on/off control (positive or negative polarity), output
trim (+10/–20%), and output sense functions.
All USQ DC/DC’s are designed to meet the BASIC insulation requirements of
UL1950 and EN60950, and all 48 Volt models will carry the CE mark. Safety certifica-
tions, as well as EMC compliance testing and qualification testing (including HALT)
have been successfully completed. Contact DATEL for copies of the latest reports.
+SENSE
(7)
+V
IN
(3)
+V
OUT
(8)
SWITCH
CONTROL
–V
OUT
(4)
–V
IN
(1)
–SENSE
(5)
PWM
CONTROLLER
OPTO
ISOLATION
REFERENCE &
ERROR AMP
V
OUT
TRIM
(6)
REMOTE
ON/OFF
CONTROL*
(2)
INPUT UNDERVOLTAGE, INPUT
OVERVOLTAGE, AND OUTPUT
OVERVOLTAGE COMPARATORS
* Can be ordered with positive (standard) or negative (optional) polarity.
Figure 1. Simplified Schematic
DATEL, Inc., Mansfield, MA 02048 (USA) · Tel: (508)339-3000, (800)233-2765 Fax: (508)339-6356 · Email: sales@datel.com · Internet: www.datel.com
EEWORLD大学堂----PSoC Creator 项目和文件:如何使用“初学者设计(Starter Designs)”
PSoC Creator 项目和文件:如何使用“初学者设计(Starter Designs)”:https://training.eeworld.com.cn/course/2006本教程演示了如何在PSoC Creator 项目中增加已有文件。...
chenyy 嵌入式系统
CC2530技术问题咨询
TI技术工程师: 您好,直入主题,我现在碰到一个问题,想请教您。 现在做的项目是:无线射频(2.4G)CC2530的射频子板,现在投的PCB样机,并找专业人员手工焊接。 原理图和PCB版图 ......
dingshidong TI技术论坛
【我的WEBENCH得意之作】制作的第一个开关电源之LM3478的3.6-6V 升12V 1A(Pm =22.8W)
本帖最后由 sunduoze 于 2015-6-28 16:53 编辑 :pleased:这是我人生中制作成功的第一个开关电源, 使用TI的LM3478控制器实现3.6-6V 升12V 1A 203760 :congratulate:首先感谢EEWORLD 能 ......
sunduoze 模拟与混合信号
如果delay()过程中,出现软中断会怎么样 ?
代码如下, 已知0x1c中断是个软定时中断, 每隔1/18秒执行一次 setvect(0x1c,new1cv); ...代码 delay(20); //延迟20ms ...代码 其中0x1c中断是一个软定时中断,如果程序在执行delay ......
j86727 嵌入式系统
灵动MM32无法进行烧写原因分析
灵动MM32无法进行烧写原因有多种情况,我们从硬件和软件两个方面分析: 硬件原因: 1、使用的调试器不支持调试下载MM32 MCU,IAR/KEIL上仿真器选择/配置不正确,MM32 MCU已经获得Segg ......
火辣西米秀 国产芯片交流
开关电源中几种过流保护方式
开关电源中几种过流保护方式...
zhixiongxue 电源技术

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 517  1048  1667  2412  1787  46  39  35  50  7 

器件索引   0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved