电子工程世界电子工程世界电子工程世界

关键词

搜索

型号

搜索

SIT8009BCT31-33N

产品描述OSC PROG LVCMOS 2.97-3.63V SMD
产品类别无源元件   
文件大小1MB,共17页
制造商SiTime
标准
下载文档 详细参数 全文预览

SIT8009BCT31-33N概述

OSC PROG LVCMOS 2.97-3.63V SMD

SIT8009BCT31-33N规格参数

参数名称属性值
类型MEMS(硅)
可编程类型由 Digi-Key 编程(请在网站订购单中输入您需要的频率)
可用频率范围115MHz ~ 137MHz
输出HCMOS,LVCMOS
电压 - 电源2.97 V ~ 3.63 V
频率稳定度±20ppm
频率稳定性(总体)±20ppm
工作温度-20°C ~ 70°C
电流 - 电源(最大值)7.5mA
安装类型表面贴装
封装/外壳4-SMD,无引线
大小/尺寸0.197" 长 x 0.126" 宽(5.00mm x 3.20mm)
高度0.032"(0.80mm)
电流 - 电源(禁用)(最大值)4.2mA

文档预览

下载PDF文档
SiT8009B
High Frequency, Low Power Oscillator
ow Power, Standard Frequency Oscillator
Features
Applications
100% pin-to-pin drop-in replacement to quartz-based XO
Excellent total frequency stability as low as ±20 ppm
Operating temperature from -40°C to 85°C. For 125°C and/
or -55°C options, refer to
SiT8919
and
SiT8921
Low power consumption of 4.9 mA typical at 1.8V
Standby mode for longer battery life
Fast startup time of 5 ms
LVCMOS/HCMOS compatible output
Industry-standard packages: 2.0 x 1.6, 2.5 x 2.0, 3.2 x 2.5,
5.0 x 3.2, 7.0 x 5.0 mm x mm
Instant samples with
Time Machine II
and
Field Programmable
Oscillators
RoHS and REACH compliant, Pb-free, Halogen-free and
Antimony-free
For AEC-Q100 oscillators, refer to
SiT8924
and
SiT8925
Ideal for GPON/EPON, network switches, routers,
servers, embedded systems
Ideal for Ethernet, PCI-E, DDR, etc.
Electrical Characteristics
All Min and Max limits are specified over temperature and rated operating voltage with 15 pF output load unless otherwise
stated. Typical values are at 25°C and nominal supply voltage.
Table 1. Electrical Characteristics
Parameters
Output Frequency Range
Frequency Stability
Symbol
f
F_stab
Min.
115
-20
-25
-50
Operating Temperature Range
T_use
-20
-40
Supply Voltage
Vdd
1.62
2.25
2.52
2.7
2.97
2.25
Current Consumption
Idd
OE Disable Current
Standby Current
I_OD
I_std
Duty Cycle
Rise/Fall Time
DC
Tr, Tf
45
Output High Voltage
Output Low Voltage
VOH
VOL
90%
Typ.
1.8
2.5
2.8
3.0
3.3
6.2
5.5
4.9
2.6
1.4
0.6
1
1.3
0.8
Max.
137
+20
+25
+50
+70
+85
1.98
2.75
3.08
3.3
3.63
3.63
7.5
6.4
5.6
4.2
4.0
4.3
2.5
1.3
55
2
2.5
2
10%
Unit
MHz
ppm
ppm
ppm
°C
°C
V
V
V
V
V
V
mA
mA
mA
mA
mA
A
A
A
%
ns
ns
ns
Vdd
Vdd
No load condition, f = 125 MHz, Vdd = 2.8V, 3.0V, 3.3V or
2.25 to 3.63V
No load condition, f = 125 MHz, Vdd = 2.5V
No load condition, f = 125 MHz, Vdd = 1.8V
Vdd = 2.5V to 3.3V, OE = GND, Output in high-Z state
Vdd = 1.8V, OE = GND, Output in high-Z state
ST = GND, Vdd = 2.8V to 3.3V, Output is weakly pulled down
̅ ̅̅
ST = GND, Vdd = 2.5V, Output is weakly pulled down
̅ ̅̅
ST = GND, Vdd = 1.8V, Output is weakly pulled down
̅ ̅̅
All Vdds
Vdd = 2.5V, 2.8V, 3.0V or 3.3V, 20% - 80%
Vdd =1.8V, 20% - 80%
Vdd = 2.25V - 3.63V, 20% - 80%
IOH = -4 mA (Vdd = 3.0V or 3.3V)
IOL = 4 mA (Vdd = 3.0V or 3.3V)
Inclusive of Initial tolerance at 25°C, 1
st
year aging at 25°C,
and variations over operating temperature, rated power
supply voltage and load.
Condition
Frequency Range
Frequency Stability and Aging
Operating Temperature Range
Extended Commercial
Industrial
Contact
SiTime
for 1.5V support
Supply Voltage and Current Consumption
LVCMOS Output Characteristics
Rev 1.04
January 30, 2018
www.sitime.com
关于2440+CE5.0启动时死机的问题
各位大虾,小弟用2440+CE5.0做的板子放了几天后启动时偶尔会出现启动不了的问题,但是再多反复启动几次就OK了,请问有没有兄弟遇到同样的问题啊?是什么原因啊?...
nwf1987 嵌入式系统
纯纯小白,想从串口里读取数据为啥子实现不了
importmachine chuankou=machine.UART(2,9600) whileTure: x=chuankou.read() ifx=='a': print('cg') else: print('sb') ...
shsznbdr MicroPython开源版块
基于MSP430G2553的直流电机控制
123091 这是大致的电路图。由P1.4和P1.5控制电机的正反转。通过P1.7(A7口)采样信号,经过A/D转换从P1.2口输出PWM波,也就是利用滑动变阻器改变电机转速。我想知道如何进行A/D采样?采样的结 ......
by900125 微控制器 MCU
mspg2553 串口实现scanf 输入
哪位做过先关的,求指导,有调好的代码吗?...
568760310 微控制器 MCU
DSP/BIOS TSK_sleep()
请问各位基于DSP/BIOS编程时在任务程序中调用bios系统函数TSK_sleep(...)后该任务无法再次唤醒是什么原因,在此先谢谢各位了。...
feifei 微控制器 MCU
lm3s101 输入信号
pdf上面我看到是0.4v以下是低电平,2v以上是高电平,那么0.4v-2v之间采样到的信号会认为是高电平呢还是低电平?如果不知道101的,说说lm3s系列或者cortex m3架构的都可以哇 本帖最后由 scienc ......
sciencekn1 微控制器 MCU

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 495  1925  2385  2652  884  24  22  23  54  40 

器件索引   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

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved