EEWORLDEEWORLDEEWORLD

Part Number

Search

SQ48T15033-PCB0

Description
DC-DC Regulated Power Supply Module, 1 Output, 49.5W, Hybrid, 1/8 BRICK PACKAGE-8
CategoryPower/power management    The power supply circuit   
File Size4MB,66 Pages
ManufacturerBel Fuse
Download Datasheet Parametric View All

SQ48T15033-PCB0 Overview

DC-DC Regulated Power Supply Module, 1 Output, 49.5W, Hybrid, 1/8 BRICK PACKAGE-8

SQ48T15033-PCB0 Parametric

Parameter NameAttribute value
Is it Rohs certified?incompatible
MakerBel Fuse
package instruction1/8 BRICK PACKAGE-8
Reach Compliance Codenot_compliant
ECCN codeEAR99
Other featuresREMOTE SHUTDOWN
Analog Integrated Circuits - Other TypesDC-DC REGULATED POWER SUPPLY MODULE
Efficiency (main output)86.5%
high12.7 mm
Maximum input voltage75 V
Minimum input voltage36 V
Nominal input voltage48 V
JESD-30 codeR-XDMA-P8
JESD-609 codee0
length58.42 mm
Number of functions1
Output times1
Number of terminals8
Maximum operating temperature85 °C
Minimum operating temperature-40 °C
Maximum output current15 A
Maximum output voltage3.63 V
Minimum output voltage2.64 V
Nominal output voltage3.3 V
Package body materialUNSPECIFIED
Package shapeRECTANGULAR
Package formMICROELECTRONIC ASSEMBLY
Peak Reflow Temperature (Celsius)NOT SPECIFIED
Certification statusNot Qualified
Maximum seat height12.7 mm
surface mountNO
technologyHYBRID
Terminal surfaceTin/Lead (Sn/Pb) - with Nickel (Ni) barrier
Terminal formPIN/PEG
Terminal locationDUAL
Maximum time at peak reflow temperatureNOT SPECIFIED
Maximum total power output49.5 W
Fine-tuning/adjustable outputYES
width22.76 mm
Base Number Matches1
The SemiQ™ Series of dc-dc converters provides a high-
efficiency single output in a size that is only 60% of industry-
standard quarter-bricks, while preserving the same pinout and
functionality.
In high temperature environments, for output voltages ranging
from 3.3 V to 1.0 V, the thermal performance of SemiQ™
converters exceeds that of most competitors' 20-25 A quarter-
bricks. This performance is accomplished through the use of
patent-pending circuit, packaging, and processing techniques to
achieve ultra-high efficiency, excellent thermal management, and
a very low body profile.
RoHS lead-free solder and lead-solder-exempted products are
available
Delivers up to 15A (50W)
Industry-standard quarter-brick pinout
Outputs available in 12.0, 8.0, 6.0, 5.0, 3.3, 2.5, 2.0, 1.8, 1.5, 1.2,
and 1.0 V
Available in through-hole and SMT packages
Low profile: 0.258” (6.55 mm)
Low weight: 0.53 oz (15 g)
On-board input differential LC-filter
Startup into pre-biased output
No minimum load required
Meets Basic Insulation requirements
Withstands 100 V input transient for 100 ms
Fixed-frequency operation
Fully protected
Remote output sense
Positive or negative logic ON/OFF option
Output voltage trim range: +10%/−20% with industry-standard
trim equations (except 1.2 V and 1.0 V outputs with trim range
± 10%)
Output voltage trim range: +10%/−20% with industry-standard
trim equations (except 1.2 V and 1.0 V outputs with trim range
± 10%)
Safety according to IEC/EN 60950-1 2 Edition and UL/CSA
60950-1 2 Edition
Designed to meet Class B conducted emissions per FCC and
EN55022 when used with external filter
All materials meet UL94, V-0 flammability rating
nd
nd
Low body profile and the preclusion of heat sinks minimize
airflow shadowing, thus enhancing cooling for downstream
devices. The use of 100% automation for assembly, coupled with
advanced electronic circuits and thermal design, results in a
product with extremely high reliability.
Operating from a 36-75 V input, the SQ48 Series converters
provide any standard output voltage from 12 V down to 1.0 V.
Outputs can be trimmed from –20% to +10% of the nominal
output voltage (± 10% for output voltages 1.2 V and 1.0 V), thus
providing outstanding design flexibility.
With a standard pinout and trim equations, the SQ48 Series
converters are perfect drop-in replacements for existing quarter-
brick designs. Inclusion of this converter in new designs can
result in significant board space and cost savings. In both cases
the designer can expect reliability improvement over other
available converters because of the SQ48 Series’ optimized
thermal efficiency.
Telecommunications
Data Communications
Wireless Communications
Servers
High efficiency – no heat sink required
For output voltages ranging from 3.3 to 1.0 V, 40% higher
current capability at elevated temperatures than most
competitors' 20-25A quarter-bricks
Extremely small footprint: 0.896” x 2.30” (2.06 in ), 40%
smaller than conventional quarter-bricks
North America
+1-866.513.2839
Asia-Pacific
+86.755.29885888
Europe, Middle East
+353 61 225 977
tech.support@psbel.com
belpowersolutions.com
2
© 2015 Bel Power Solutions, inc.
BCD.00637_AA
This is the definition of Hall operation. What does the definition marked in red mean?
#include "stm8s.h"#define H1_PORT GPIOD->IDR #define H1_PINBIT4#define H2_PORT GPIOD->IDR #define H2_PINBIT3#define H3_PORT GPIOD->IDR #define H3_PINBIT2extern unsigned char St_F; extern unsigned char...
KCP stm32/stm8
Zhennan's "9-Day Guide to Basic Microcontroller Peripherals" is good~~
Zhennan QQ: 987582714 ================== After 3 months of recording and post-production, "Single-chip Computer Basic Peripherals Nine Days" is finally almost done. The recording process is indeed qui...
john_wang MCU
Who can help me rewrite this assembly language into C language?
hex_bcd segment code public _Hex2Bcd rseg hex_bcd _Hex2Bcd:CLR F0 ;F0/sign bit MOV A, R3 ;decimal point PUSH ACC MOV A, R5 ;R5/specified address MOV R0, A MOV A, R6 ;R6R7/data to be converted JNB ACC....
1614048761 MCU
STM8S learning board
1. Hardware resources: 1. Onboard STM8S208R8 microcontroller, with 64KROM , 6KRAM, 2K EEPROM , 16 -channel 10 -bit ADC , 1xSPI, 1xI2C, 2xUART (IrDA, ISO 7816), 1xCAN , 64 -pin package , onboard STM8S2...
clhlx0785 stm32/stm8
STM32F103RC UART1 strange BUG
[i=s] This post was last edited by shipeng on 2018-4-16 09:23 [/i] In the main function, int main(void) { RCC_Configuration(); BKP_Init(); delay_init(); NVIC_Configuration(); uart_init(115200); USART_...
shipeng stm32/stm8
【Small Survey】Everyone is slow to log in to the EEWORLD homepage or forum, or cannot open the page. Please enter
[font=微软雅黑][size=4] Recently, some netizens reported that logging into the EEWORLD homepage [/size][/font][url=https://www.eeworld.com.cn/][b][font=微软雅黑][size=4] was slow, sometimes could not be opene...
eric_wang Suggestions & Announcements

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 393  2587  1701  739  1371  8  53  35  15  28 
Datasheet   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
Room 1530, 15th Floor, Building B, No. 18 Zhongguancun Street, Haidian District, Beijing Telephone: (010) 82350740 Postal Code: 100190
Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号