EEWORLDEEWORLDEEWORLD

Part Number

Search

XC9236B2MCER

Description
Switching Regulator/Controller, Current-mode, 0.6A, 1380kHz Switching Freq-Max, PDSO6
CategoryPower/power management    The power supply circuit   
File Size1MB,40 Pages
ManufacturerTOREX
Websitehttp://www.torex.co.jp/chinese/
Environmental Compliance
Download Datasheet Parametric View All

XC9236B2MCER Overview

Switching Regulator/Controller, Current-mode, 0.6A, 1380kHz Switching Freq-Max, PDSO6

XC9236B2MCER Parametric

Parameter NameAttribute value
Is it Rohs certified?conform to
Objectid108164211
package instructionSON, SOLCC6,.08,20
Reach Compliance Codecompliant
ECCN codeEAR99
Analog Integrated Circuits - Other TypesSWITCHING REGULATOR
control modeCURRENT-MODE
Control TechnologyPULSE WIDTH MODULATION
Maximum input voltage6 V
Minimum input voltage2 V
Nominal input voltage5 V
JESD-30 codeR-PDSO-N6
length2 mm
Humidity sensitivity level1
Number of functions1
Number of terminals6
Maximum operating temperature85 °C
Minimum operating temperature-40 °C
Maximum output current0.6 A
Package body materialPLASTIC/EPOXY
encapsulated codeSON
Encapsulate equivalent codeSOLCC6,.08,20
Package shapeRECTANGULAR
Package formSMALL OUTLINE
Certification statusNot Qualified
surface mountYES
Switch configurationBUCK
Maximum switching frequency1380 kHz
Temperature levelINDUSTRIAL
Terminal formNO LEAD
Terminal pitch0.5 mm
Terminal locationDUAL
width1.8 mm
XC9235/XC9236/XC9237
Series
600mA Driver Tr. Built-In, Synchronous Step-Down DC/DC Converters
ETR0514-015
The XC9235/XC9236/XC9237 series is a group of synchronous-rectification type DC/DC converters with a built-in 0.42Ω
P-channel MOS driver transistor and 0.52ΩN-channel MOS switching transistor, designed to allow the use of ceramic
capacitors. Operating voltage range is from 2.0V to 6.0V (A½C types), 1.8V to 6.0V (D½G types). For the D/F types which
have a reference voltage of 0.8V (accuracy:
±2.0%),
the output voltage can be set from 0.9V by using two external resistors.
The A/B/C/E/G types have a fixed output voltage from 0.8V to 4.0V in increments of 0.05V (accuracy:
±2.0%).
The device
provides a high efficiency, stable power supply with an output current of 600mA to be configured using only a coil and two
capacitors connected externally.
With the built-in oscillator, either 1.2MHz or 3.0MHz can be selected for suiting to your
particular application. As for operation mode, the XC9235 series is PWM control, the XC9236 series is automatic PWM/PFM
switching control and the XC9237 series can be manually switched between the PWM control mode and the automatic
PWM/PFM switching control mode, allowing fast response, low ripple and high efficiency over the full range of loads (from light
load to heavy load).
The soft start and current control functions are internally optimized. During stand-by, all circuits are shutdown to reduce current
consumption to as low as 1.0μA or less. The B/F/G types have a high speed soft-start as fast as 0.25ms in typical for quick
turn-on. With the built-in UVLO (Under Voltage Lock Out) function, the internal P-channel MOS driver transistor is forced OFF
when input voltage becomes 1.4V or lower.
The B to G types integrate C
L
discharge function which enables the electric charge at the output capacitor C
L
to be discharged
via the internal discharge switch located between the L
X
and V
SS
pins. When the devices enter stand-by mode, output voltage
quickly returns to the V
SS
level as a result of this function.
Four types of package SOT-25, USP-6C, USP-6EL and WLP-5-03 are available.
■GENERAL
DESCRIPTION
☆GreenOperation
Compatible
■APPLICATIONS
●Smart
phones / Mobile phones
●Bluetooth
●Mobile
devices / terminals
●Portable
game consoles
●Digital
still cameras / Camcorders
●Note
PCs / Tablet PCs
■FEATURES
: 0.42Ω P-ch driver transistor
0.52Ω N-ch switch transistor
Input Voltage
: 2.0V ~ 6.0V (A/B/C types)
1.8V ~ 6.0V (D/E/F/G types)
Output Voltage
: 0.8V ~ 4.0V (Internally set)
0.9V ~ 6.0V (Externally set)
High Efficiency
: 92% (TYP.)*
Output Current
: 600mA
Oscillation Frequency
: 1.2MHz, 3.0MHz (+15%)
Maximum Duty Cycle
: 100%
Control Methods
: PWM (XC9235)
PWM/PFM Auto (XC9236)
PWM/PFM Manual (XC9237)
Function
: Current Limiter Circuit Built-In
(Constant Current & Latching)
C
L
Discharge (B/C/D/E/F/G types)
High Speed Soft Start (B/F/G type)
Capacitor
: Low ESR Ceramic Capacitor
Operating Ambient Temperature
:-40℃ ~ +85℃
Packages
: SOT-25 (A/B/C types only)
USP-6C
USP-6EL(A/B/C
/G
types only)
WLP-5-03(A/B types only)
Environmentally Friendly
: EU RoHS Compliant, Pb Free
* Performance depends on external components and wiring on the PCB.
Driver Transistor Built-In
■TYPICAL
APPLICATION CIRCUIT
●XC9235/XC9236/XC9237
A/B/C/E/G types (Output Voltage Fixed)
■TYPICAL
PERFORMANCE CHARACTERISTICS
●XC9235/XC9236/XC9237
D/F types (Output Voltage Externally Set)
Efficiency: EFFI (%)
Efficency:EFFI(%)
●Efficiency
vs. Output Current(f
OSC
=1.2MHz, V
OUT
=1.8V)
100
90
80
70
60
50
40
30
20
10
0
0.1
1
10
100
1000
Output Current:IOUT(mA)
2.4V
VIN= 4.2V
3.6V
PWM Control
VIN= 4.2V
3.6V
2.4V
PWM/PFM Automatic Sw itching Control
1/40
I have a small question about pointers and local variables.
The program is as follows //global variable int *a; //function void func1() { int b = 8; a =} void main() { func1(); printf(“%d”,*a); } The result of the print processing should be 8. Then the questio...
NO.S 51mcu
Please ignore the points
Just for points...
shangyl Embedded System
C language 18 Dragon Subduing Palms - The second palm printf hides the mystery
This is a real case. In a certain model of core network switch equipment, for the convenience of debugging, a function of printing memory contents from the terminal is implemented, that is, dump memor...
richiefang Programming Basics
IAREWSTM8 is still a bit rough, and the CASE statement processing is too strict
In a switch() statement, add a new branchcase 20: //Editing A_ON_Time parameter, LED1 is onbreak;In this case, the compiler jumps out a serious error, as shown in the figure below. Then I looked for t...
yuanyxy stm32/stm8
The microcontroller application architecture summarized by experts is recommended for collection
After groping and experimenting at work, it is concluded that there are three types of architectures for microcontroller applications:1. Simple front-end and back-end sequential execution programs. Th...
generalcircuits MCU
Fingerprint module Living leather fingerprint module Bio-RF fingerprint module Fingerprint acquisition module
Fingerprint module, live leather fingerprint module, biometric radio frequency fingerprint module, fingerprint lock module, fingerprint acquisition module, fingerprint acquisition head, fingerprint re...
fxmxh Embedded System

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 609  1357  1844  1809  2884  13  28  38  37  59 
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号