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

关键词

搜索

型号

搜索

SiT8033AC-14-33A-1200000X

产品描述Standard Clock Oscillators 12MHz 3.3Volts 100ppm -20C +70C
产品类别无源元件   
文件大小341KB,共4页
制造商SiTime
下载文档 详细参数 全文预览

SiT8033AC-14-33A-1200000X在线购买

供应商 器件名称 价格 最低购买 库存  
SiT8033AC-14-33A-1200000X - - 点击查看 点击购买

SiT8033AC-14-33A-1200000X概述

Standard Clock Oscillators 12MHz 3.3Volts 100ppm -20C +70C

SiT8033AC-14-33A-1200000X规格参数

参数名称属性值
产品种类
Product Category
Standard Clock Oscillators
制造商
Manufacturer
SiTime
RoHSDetails
产品
Product
MEMS Oscillators
系列
Packaging
Reel
工厂包装数量
Factory Pack Quantity
250

文档预览

下载PDF文档
SiT8033
Low Power 2-Frequency Select Oscillator
Features, Benefits and Applications
The world’s lowest power programmable oscillator with 3.2 mA typical active current
Selectable Output Frequency: F
0
or F
1
where F
1
= F
0/
2, F
0/
3, F
0/
4, or F
0/
8
1-110 MHz frequency range
LVCMOS/LVTTL compatible output
Frequency stability as low as ±20 PPM
Four industry-standard packages: 2.5 x 2.0, 3.2 x 2.5, 5.0 x 3.2, 7.0 x 5.0 mm
All-silicon device with outstanding reliability of 2 FIT (10x improvement over quartz-based devices),
enhancing system mean-time-to-failure (MTBF)
Outstanding mechanical robustness for portable applications
Ultra short lead time
Ideal for applications with common and related frequencies: 48/24/12 MHz for USB, 50/25 MHz for
Ethernet, 24.576/12.288 MHz for audio, 54/27 MHz for video, 66/33 MHz for CPU
Specifications
Electrical Characteristics
Parameter
Frequency Range
Output Frequency
Symbol
f
F
0
F
1
Frequency Stability
F_stab
Min.
1
2
1
-20
-25
-30
-50
Aging
Operating Temperature Range
Supply Voltage
Ag
T_use
Vdd
-1.0
-20
-40
1.71
2.25
2.52
2.97
45
40
-
90%
Typ.
1.8
2.5
2.8
3.3
3.7
3.2
50
50
1
1.3
Max.
110
110
55
+20
+25
+30
+50
1.0
+70
+85
1.89
2.75
3.08
3.63
4.1
3.5
55
60
2
2.5
Unit
MHz
MHz
MHz
PPM
PPM
PPM
PPM
PPM
°C
°C
V
V
V
V
mA
mA
%
%
ns
ns
Vdd
Condition
The actual output frequency of the CLK pin is selected by the FS
(frequency select pin) to be either F
0
or F
1
.
Inclusive of: Initial stability, operating temperature, rated power,
supply voltage change, load change, shock and vibration
± 20 PPM available in extended commercial
temperature only
1st year at 25°C
Extended Commercial
Industrial
Current Consumption
Duty Cycle
Rise/Fall Time
Output Voltage High
Idd
DC
Tr, Tf
VOH
No load condition, f = 20 MHz, Vdd = 2.5 V, 2.8 V or 3.3 V
No load condition, f = 20 MHz, Vdd = 1.8 V
All Vdds. f <= 75 MHz
All Vdds. f > 75 MHz
20% - 80% Vdd=2.5 V, 2.8 V or 3.3 V, 15 pf load
20% - 80% Vdd=1.8 V, 15 pf load
IOH = -4 mA (Vdd = 3.3 V)
IOH = -3 mA (Vdd = 2.8 V and Vdd = 2.5 V)
IOH = -2 mA (Vdd = 1.8 V)
IOL = 4 mA (Vdd = 3.3 V)
IOL = 3 mA (Vdd = 2.8 V and Vdd = 2.5 V)
IOL = 2 mA (Vdd = 1.8 V)
At maximum frequency and supply voltage. Contact SiTime for
higher output load option.
Pin 1, OE or ST
Pin 1, OE or ST
Measured from the time Vdd reaches its rated minimum value
Measured from the time ST pin crosses 50% threshold
f = 75 MHz, Vdd = 2.5 V, 2.8 V or 3.3 V
f = 75 MHz, Vdd = 1.8 V
f = 75 MHz, Integration bandwidth = 900 kHz to 7.5 MHz,
VDD = 2.5 V, 2.8 V, or 3.3 V
f = 75 MHz, Integration bandwidth = 900 kHz to 7.5 MHz,
VDD = 1.8 V
Output Voltage Low
VOL
10%
Vdd
Output Load
Input Voltage High
Input Voltage Low
Startup Time
Resume Time
RMS Period Jitter
RMS Phase Jitter (random)
Ld
VIH
VIL
T_osc
T_resume
T_jitt
T_phj
70%
3.0
0.6
0.8
15
30%
10
4
4.0
6.5
pF
Vdd
Vdd
ms
ms
ps
ps
ps
ps
SiTime Corporation
Rev. 1.4
990 Almanor Avenue
Sunnyvale, CA 94085
(408) 328-4400
www.sitime.com
Revised May 30, 2010
什么软件可以模拟单片机开发环境?
请问是否有这中软件,自己编写程序输入到计算机模拟的某个软件上,再通过计算机模拟软件搭建电路来实现其功能。...
dg00010170 嵌入式系统
MSP430单片机制作智能数字万用表电路图+程序
留给想做万用表的小伙伴们 电路原理图如下: 436734 单片机源程序如下: /* * 简易低功耗万用表 */ #include <msp430g2553.h> #include "LCD12864P.h" unsign ......
灞波儿奔 微控制器 MCU
新手请教一个总线读写的问题
#define TYPE_R (0x30000008) Type = *(UCHAR *)(TYPE_R) 这个是访问EPLD的读操作,EPLD的数据port宽度定义为了8bit。 我不太明白的是*(UCHAR *)(TYPE_R)的语法代表什么意思, ......
poonhm 嵌入式系统
[小知识]X波段
根据IEEE 521-2002标准,X波段是指频率在8-12 GHz的无线电波波段,在电磁波谱中属于微波。而在某些场合中,X波段的频率范围则为7-11.2 GHz。通俗而言,X波段中的X即英语中的“extended”,表示 ......
dontium 无线连接
IPM驱动信号正常,但是输出不正常查出的原因
IPM驱动信号正常,但是输出不正常。找了很久的原因才发现原来是IPM自带的欠压保护起作用了。...
安_然 模拟电子
ST的芯片印刷为什么字是横的,容易害人!
一般芯片,圆点1脚放正了,字也是正的,而ST的字向右倒90度。我一个朋友就吃这个亏了,我认为应该正过来!...
amyhu stm32/stm8

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 312  618  2516  2007  228  37  39  26  34  59 

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