EEWORLDEEWORLDEEWORLD

Part Number

Search

XC6115B239ER

Description
Power Supply Management Circuit, Fixed, 1 Channel, CMOS, PDSO6, USP-6
CategoryPower/power management    The power supply circuit   
File Size445KB,27 Pages
ManufacturerTOREX
Websitehttp://www.torex.co.jp/chinese/
Environmental Compliance
Download Datasheet Parametric View All

XC6115B239ER Overview

Power Supply Management Circuit, Fixed, 1 Channel, CMOS, PDSO6, USP-6

XC6115B239ER Parametric

Parameter NameAttribute value
Is it Rohs certified?conform to
MakerTOREX
package instructionHTSON, SOLCC6,.08,20
Reach Compliance Codecompliant
Other featuresDETECT VOLTAGE IS 3.9 V
Adjustable thresholdNO
Analog Integrated Circuits - Other TypesPOWER SUPPLY MANAGEMENT CIRCUIT
JESD-30 codeR-PDSO-N6
length2 mm
Humidity sensitivity level1
Number of channels1
Number of functions1
Number of terminals6
Maximum operating temperature85 °C
Minimum operating temperature-40 °C
Package body materialPLASTIC/EPOXY
encapsulated codeHTSON
Encapsulate equivalent codeSOLCC6,.08,20
Package shapeRECTANGULAR
Package formSMALL OUTLINE, HEAT SINK/SLUG, THIN PROFILE
Peak Reflow Temperature (Celsius)260
power supply1/6 V
Certification statusNot Qualified
Maximum seat height0.6 mm
Maximum supply current (Isup)0.018 mA
Maximum supply voltage (Vsup)6 V
Minimum supply voltage (Vsup)1 V
Nominal supply voltage (Vsup)2 V
surface mountYES
technologyCMOS
Temperature levelINDUSTRIAL
Terminal formNO LEAD
Terminal pitch0.5 mm
Terminal locationDUAL
Maximum time at peak reflow temperature10
width1.8 mm
XC6101~XC6105, XC6111~XC6117
Series
Voltage Detector (V
DF
=1.6V~5.0V)
ETR0207_016
The XC6101~XC6105, XC6111~XC6117 series are groups of high-precision, low current consumption voltage detectors with
manual reset input and watchdog functions incorporating CMOS process technology. The series consist of a reference
voltage source, delay circuit, comparator, and output driver. With the built-in delay circuit, the XC6101 ~ XC6105, XC6111 ~
XC6117 series do not require any external components to output signals with release delay time. Moreover, with the manual
reset function, reset can be asserted at any time. The ICs produce two types of output; V
DFL
(low when detected) and V
DFH
(high when detected). With the XC6101 ~ XC6105, XC6111 ~ XC6115 series, the WD pin can be left open if the watchdog
function is not used. Whenever the watchdog pin is opened, the internal counter clears before the watchdog timeout occurs.
Since the manual reset pin is internally pulled up to the V
IN
pin voltage level, the ICs can be used by leaving the manual reset
pin unconnected if the pin is unused. The detect voltages are internally fixed 1.6V ~ 5.0V in increments of 0.1V, using laser
trimming technology. Six watchdog timeout periods are available in a range from 6.25ms to 1.6s. Seven release delay times
are available in a range from 3.13ms to 1.6s.
■GENERAL
DESCRIPTION
■APPLICATIONS
●Microprocessor
reset circuits
●Memory
battery backup circuits
●System
power-on reset circuits
●Power
failure detection
■FEATURES
: 1.6V ~ 5.0V, +2%
(0.1V increments)
Hysteresis Width
: V
DF
x 5%, TYP.
(XC6101~XC6105)
V
DF
x 0.1%, TYP.
(XC6111~XC6117)
Operating Voltage Range
: 1.0V ~ 6.0V
Detect Voltage Temperature
: +100ppm/
O
C (TYP.)
Coefficient
Output Configuration
: N-channel open drain,
CMOS
Reset Output Options
: V
DFL
(Low when detected)
V
DFH
(High when detected)
Watchdog Function
: Watchdog input WD;
If it remains ether high or low for
the duration of the watchdog
timeout period, a reset is
asserted.
Manual Reset Function
: Manual Reset Input MRB;
When it changes from high to
low, a reset is asserted.
Release Delay Time
: 1.6s, 400ms, 200ms, 100ms,
50ms, 25ms, 3.13ms (TYP.)
Watchdog Timeout Period
: 1.6s, 400ms, 200ms, 100ms,
50ms, 6.25ms (TYP.)
Detect Voltage Range
Operating Ambient Temperature
:
-40℃½+85℃
: SOT-25, USP-6C
Packages
Environmentally Friendly
: EU RoHS Compliant, Pb Free
■TYPICAL
APPLICATION CIRCUIT
V IN
μP
V IN
XC6101/XC6102
■TYPICAL
PERFORMANCE
CHARACTERISTICS
●Supply
Current vs. Input Voltage
XC61X1~XC61X5 (2.7V)
30
Supply Current:
 
ISS (μA)
25
20
15
10
5
0
Ta=-40
Ta=25
Ta=85
Rpull
RESETB
INPUT
I/O
VS S
V IN
RESETB
MRB
V SS
WD
* Not necessary with CMOS output products.
0
1
2
3
4
5
Input Voltage:
 
VIN (V)
6
* ‘x’ represents both ‘0’ and ‘1’. (ex. XC61x1⇒XC6101 and XC6111)
1/27
Conflict between WinCE touch screen driver and battery driver
TSP_GetXY(INT *px, INT *py) //修改{ INT i; INT xsum, ysum; INT x, y; INT dx, dy; xsum = ysum = 0; for (i = 0; i ADCTSC = (0ADCCON |= (1 ADCCON & 0x1); /* check if Enable_start is low */ while (!(v_pADCr...
chuhui Embedded System
Deep Thoughts on AVR MCU
Yesterday I talked with Xiang Nong, and she suggested that I do a survey on AVR. Today I decided to post a thread to see what everyone thinks. The low price of AVR microcontrollers is an indisputable ...
鑫海宝贝 Microchip MCU
How to use macro definitions with parameters in loop bodies?
As shown in the figure. COM is the output register of the microcontroller (I did not post the source code, but just wrote a test code, which is simple and clear). Because the register address offset c...
REMY 51mcu
I have made a real 16*16 LED display!
I now have the code and schematics, but the schematics only have the main components, such as the power supply and interface circuits. I don't know how to get them, and how to input the code into the ...
lightsite Embedded System
EEWORLD University ---- LabVIEW Tutorial Album
LabVIEW tutorial album : https://training.eeworld.com.cn/course/4362...
phantom7 Talking
How to use program control to eject the USB disk
After inserting the USB disk, I want to use evc to write a program to make the USB disk pop out, but I don’t know what function to use. If any expert knows, please help me....
zpfst Embedded System

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 1046  1786  2557  1843  457  22  36  52  38  10 
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号