EEWORLDEEWORLDEEWORLD

Part Number

Search

LFXOTF2N-32.768K10/100/-/M

Description
CMOS Output Clock Oscillator, 0.032768MHz Nom,
CategoryPassive components    oscillator   
File Size241KB,1 Pages
ManufacturerEuroquartz
Websitehttp://www.euroquartz.co.uk/
Environmental Compliance
Download Datasheet Parametric View All

LFXOTF2N-32.768K10/100/-/M Overview

CMOS Output Clock Oscillator, 0.032768MHz Nom,

LFXOTF2N-32.768K10/100/-/M Parametric

Parameter NameAttribute value
Is it Rohs certified?conform to
MakerEuroquartz
package instructionDILCC4,.2,200
Reach Compliance Codecompli
maximum descent time25 ns
Frequency Adjustment - MechanicalNO
frequency stability100%
JESD-609 codee4
Installation featuresSURFACE MOUNT
Number of terminals4
Nominal operating frequency0.032768 MHz
Maximum operating temperature125 °C
Minimum operating temperature-55 °C
Oscillator typeCMOS
Package body materialCERAMIC
Encapsulate equivalent codeDILCC4,.2,200
physical size6.5mm x 5.0mm x 1.6mm
power supply2.5 V
Certification statusNot Qualified
longest rise time25 ns
Maximum supply voltage2.75 V
Minimum supply voltage2.25 V
Nominal supply voltage2.5 V
surface mountYES
maximum symmetry45/55 %
Terminal surfaceGold (Au)

LFXOTF2N-32.768K10/100/-/M Preview

EURO
QUARTZ
FEATURES
Very low power consumption
Tight frequency tolerance
CMOS Output
Optional output Eanable/Disable with Tri-state
Low EMI emission
Full military testing available
LFXO TF OSCILLATORS
32.768kHz
Low Power Coinsumption SMD Crystal Oscillator
OUTLINE & DIMENSIONS
DESCRIPTION
The 32.7368kHz LFXO oscillator has been designed especially for
applications requiring low power consumption, as low as 500nA. The
oscillator consists of a miniature tuning fork quartz crystal and a
CMOS/TTL compatible hybrid circuit. Each crystal is pre-qualified
before assembly by electrical tests and temperature characterization.
SPECIFICATION
Specifications are typical at 25°C unless otherwise indicated.
Specifications are liable to change without notice.
Frequency:
32.768kHz
Supply Voltage:
1.8V to +5.0 Volts ±10%
Calibration Tolerance:
±10, ±50 or ±100ppm
Frequency Stability
over Operating Temperature Range
0° ~ +50°C:
±25ppm
-40° ~ +85°C:
±100ppm
-55° ~ +125°C:
±100ppm
Ageing:
±1ppm year typical
±3ppm per year maximum.
Shock, Survival:
5000g, 0.3ms, ½ sine
Vibration Survival:
20g, 10~2000Hz swept sine
Frequency Change vs.
10% Output Load Change:
±1ppm maximum.
Operating Temperature Range
Commercial:
-10° to +70°C
Industrial:
-40° to +85°C
Military:
-55° to +125°C
Typical Current Consumption
Vdd = 1.8V:
0.5µA
Vdd = 2.5V:
0.6µA
Vdd = 3.3V:
0.7µA
Vdd = 5.0V:
1.3µA
Output:
CMOS
Rise/Fall Times:
12ns typical, 25ns maximum
Duty Cycle:
45/55%
Process Temperature:
260°C, 20 seconds
Storage Temperature:
-55° to +125°C
ENABLE/DISABLE OPTIONS
There are two Enable/Disable options available, 'E' and 'N'. The 'E'
option stops oscillating when the output is put into the High Z state.
the 'N' version does not have Pad 1 connected internally. The table
below describes the 'E' Enable/Disable option.
Enable (Pad 1 High) Disable (Pad 1 Low)
Output
Oscillator
Current
Frequency Output
Oscillates
Normal
High Z state
Stops
Very Low
When Pad 1 is allowed to float it is held high
(output enabled) by an internal pull-up resistor.
HOW TO ORDER LFXO SMD CRYSTAL OSCILLATORS
LFXO
TF
4
Supply Voltage
1 = 1.8V
2 = 2.5V
3 = 3.0V
4 = 3.3V
5 = 5.0V
S
T
Enable/Disable
option, T or N
-
SM3
-
32.768k
Frequency
k = kHz
30
Calibration
Tolerance
at 25°C
(in ±ppm)
/
30
Frequency
Stability over
Temp. Range
(in ppm)
/ – /
I
TF = Low Power
Blank = standard
S = special or
custom
Terminations
Blank = SM1 =Gold plated
SM3 = Solder dipped
SM5 = Solder dipped
(SM1 and SM5 are pB free)
Temp. Range
C = -10° ~ +70°C
I = -40° ~ +85°C
M = -55° ~ +125°C
S = Customer specified
OR
— / — / 50
Total
Frequency
Tolerance
(in ppm)
/
I
Temp. Range
C = -10° ~ +70°C
I = -40° ~ +85°C
M = -55° ~ +125°C
S = Customer specified
EUROQUARTZ LIMITED Blacknell Lane CREWKERNE Somerset UK TA18 7HE
Tel: +44 (0)1460 230000 Fax: +44 (0)1460 230001 info@euroquartz.co.uk www.euroquartz.co.uk
A large number of products need to add SMS function, seeking solutions
Our ODM product needs to add a text message reminder function. The customer's demand is to adopt a C/S architecture for communication. The client side is a number of GPRS terminals, and the server sid...
yfeng129 Embedded System
Adjustable timer
Course Design Assignment Book for Mechanical Design, Manufacturing and Automation Class 048023-20 Student Liu Yun Course Design Name Digital Analog Circuit Course Design Topic Name 0~99 Seconds Adjust...
bagege MCU
Can I use VC to quickly verify whether the password is correct based on the wireless network SSID and the password I filled in?
Can I use VC to make a program for Intel's wireless network card to quickly verify whether the password is correct based on the wireless network SSID (network name) and the password I filled in? The p...
wc9872 Embedded System
Application of Programmable Timer/Counter 8253 in Speaker
Timers/counters have the function of timing or counting external events. Usually, timers/counters can be summarized into three types: [list][*] Hardware counters can count under simple software contro...
程序天使 Analog electronics
The third session of "100 e-forum" of China Embedded System Industry Alliance was successfully held
On the 11th of this month, the third session of the Embedded Technology Forum of the China Embedded System Industry Alliance "Hundreds of e-Forums" was held as scheduled. Continuing the popularity of ...
ludongyan Embedded System
Create a process--system function
#include#includeint main(void) {int retval;retval = system("ls -l");if(retval == 127){fprintf(stderr,"/bin/sh not available");exit(127);}else if(retval == -1){perror("system");exit(EXIT_FAILURE);}else...
qinkaiabc Programming Basics

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 2511  12  573  2805  1586  51  1  12  57  32 
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号