EEWORLDEEWORLDEEWORLD

Part Number

Search

XC6116D021MR-G

Description
Power Supply Support Circuit, Fixed, 1 Channel, +2.1VV, CMOS, PDSO5, SOT-25, 5 PIN
CategoryPower/power management    The power supply circuit   
File Size943KB,27 Pages
ManufacturerTOREX
Websitehttp://www.torex.co.jp/chinese/
Environmental Compliance
Download Datasheet Parametric View All

XC6116D021MR-G Overview

Power Supply Support Circuit, Fixed, 1 Channel, +2.1VV, CMOS, PDSO5, SOT-25, 5 PIN

XC6116D021MR-G Parametric

Parameter NameAttribute value
Is it Rohs certified?conform to
Objectid8293482074
package instructionLSSOP, TSOP5/6,.11,37
Reach Compliance Codecompliant
Country Of OriginJapan
ECCN codeEAR99
YTEOL7.43
Other featuresDETECT VOLTAGE IS 2.1 V
Adjustable thresholdNO
Analog Integrated Circuits - Other TypesPOWER SUPPLY SUPPORT CIRCUIT
JESD-30 codeR-PDSO-G5
JESD-609 codee3
length2.9 mm
Humidity sensitivity level1
Number of channels1
Number of functions1
Number of terminals5
Maximum operating temperature85 °C
Minimum operating temperature-40 °C
Package body materialPLASTIC/EPOXY
encapsulated codeLSSOP
Encapsulate equivalent codeTSOP5/6,.11,37
Package shapeRECTANGULAR
Package formSMALL OUTLINE, LOW PROFILE, SHRINK PITCH
Peak Reflow Temperature (Celsius)260
power supply1/6 V
Certification statusNot Qualified
Maximum seat height1.3 mm
Maximum supply current (Isup)0.016 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 surfaceTin (Sn)
Terminal formGULL WING
Terminal pitch0.95 mm
Terminal locationDUAL
Threshold voltage nominal+2.1V
Maximum time at peak reflow temperature10
width1.6 mm
XC6101~XC6107, XC6111~XC6117
Series
Voltage Detector (V
DF
=1.6V~5.0V)
XC6106/XC6107 series is Not Recommended for New Designs.
ETR02051-001
■GENERAL
DESCRIPTION
The XC6101~XC6107, 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 ~ XC6107, 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.
■APPLICATIONS
●Microprocessor
reset circuits
●Memory
battery backup circuits
●System
power-on reset circuits
●Power
failure detection
■FEATURES
Detect Voltage Range
: 1.6V ~ 5.0V, +2%
(0.1V increments)
Hysteresis Width
: V
DF
x 5%, TYP.
(XC6101~XC6107)
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.)
Operating Ambient Temperature
:
-40℃½+85℃
Packages
: SOT-25, USP-6C
Environmentally Friendly
: EU RoHS Compliant, Pb Free
■TYPICAL
APPLICATION CIRCUIT
VIN
μP
VIN
XC6101/XC6102
■TYPICAL
PERFORMANCE
CHARACTERISTICS
●Supply
Current vs. Input Voltage
XC61X1~XC61X5 (2.7V)
30
VIN
MRB
RESETB
RESETB
INPUT
I/O
VSS
Supply Current:
 
ISS (μA)
Rpull
25
20
15
10
5
0
Ta=-40℃
Ta=25℃
Ta=85℃
WD
VSS
 
* 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
HDL modules are encrypted in NGC format and called in other projects
This method is actually very simple. Here is an example. First, write the module in HDL, for example:module my_comp(input [3:0] i1, input [3:0] i2, output [3:0] o1 ); assign o1 = (i1i2)? i1: i2; endmo...
eeleader FPGA/CPLD
Help: What does a warning in RVCT mean?
When using RVCT to compile and link, many warnings appeared, """ Warning: L6307W: .text(workerDefault.o) contains branch to unaligned destination. """ I looked in the RVCT documentation, but didn't se...
zhgb1981 Embedded System
Looking for a microcontroller graduation project
Has anyone done a graduation project on a single-chip intelligent LC meter that can accurately measure inductance and capacitance? It would be best if the data can be analyzed on a PC. Please provide ...
mr.yes 51mcu
Bluetooth control system based on 51 single chip microcomputer, please help! ! ! !
[b][color=#ff0000]I designed and borrowed a program based on 51 single-chip microcomputer. At present, it can only control the on and off of an LED with a mobile phone. I want to add some programs to ...
Lenmon丶绪 51mcu
Rated current of power inductors
[p=28, null, left][color=rgb(102, 102, 102)][size=4]In DC-DC converters, inductors are the core components second only to ICs. By choosing the right inductor, higher conversion efficiency can be achie...
qwqwqw2088 Analogue and Mixed Signal
[Sold] Tianqian 2440 development board from college, a must-have for getting started with embedded Linux, comes with matching books, 300 pieces shipped by SF Express
[i=s]This post was last edited by ddllxxrr on 2014-12-17 09:08[/i] [size=4] I bought a TQ2440 development board when I was in school, but I never used it. I'm giving it to a friend who needs it. I too...
mcu200689 Buy&Sell

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 695  1387  1268  2347  1152  14  28  26  48  24 
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号