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

关键词

搜索

型号

搜索

SIT9005ACL2D-25ND

产品描述OSC MEMS
产品类别无源元件   
文件大小333KB,共9页
制造商SiTime
标准
下载文档 详细参数 全文预览

SIT9005ACL2D-25ND概述

OSC MEMS

SIT9005ACL2D-25ND规格参数

参数名称属性值
类型SSXO MEMS
可编程类型由 Digi-Key 编程(请在网站订购单中输入您需要的频率)
可用频率范围1MHz ~ 141MHz
输出LVCMOS
电压 - 电源2.5V
频率稳定度±20ppm,±25ppm,±50ppm
工作温度-20°C ~ 70°C
扩频带宽-1.04%, Down Spread
电流 - 电源(最大值)6.5mA
安装类型表面贴装
封装/外壳4-SMD,无引线
大小/尺寸0.126" 长 x 0.098" 宽(3.20mm x 2.50mm)
高度0.030"(0.76mm)

文档预览

下载PDF文档
SiT9005
1 to 141 MHz EMI Reduction Oscillator
Features
Applications
Spread spectrum for EMI reduction
Wide spread % option
Center spread: from ±0.125% to ±2%, ±0.125% step size
Down spread: -0.25% to -4% with -0.25% step size
Spread profile option: Triangular, Hershey-kiss
Programmable rise/fall time for EMI reduction: 8 options,
0.25 to 40 ns
Any frequency between 1 MHz and 141 MHz accurate to
6 decimal places
100% pin-to-pin drop-in replacement to quartz-based XO’s
Excellent total frequency stability as low as ±20 ppm
Operating temperature from -40°C to 85°C.
Low power consumption of 4.0 mA typical at 1.8V
Pin1 modes: Standby, output enable, or spread disable
Fast startup time of 5 ms
LVCMOS output
Industry-standard packages
QFN: 2.0 x 1.6, 2.5 x 2.0, 3.2 x 2.5 mm
2
Contact
SiTime
for SOT23-5 (2.9 x 2.8 mm
2
)
RoHS and REACH compliant, Pb-free, Halogen-free
and Antimony-free
Surveillance camera
IP camera
Industrial motors
Flat panels
Multi function printers
PCI express
Electrical Specifications
Table 1. 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 3.3V supply voltage.
Parameters
Output Frequency Range
Symbol
Min.
Typ.
Max.
Unit
Condition
Frequency Range
f
1
141
MHz
Frequency Stability and Aging
Frequency Stability
F_stab
-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
OE Disable Current
Idd
I_OD
Standby Current
I_std
1.8
2.5
2.8
3.0
3.3
5.6
5.0
5.0
4.6
2.1
0.4
+20
+25
+50
+70
+85
1.98
2.75
3.08
3.3
3.63
3.63
6.5
5.5
6.5
5.2
4.3
1.5
ppm
ppm
ppm
°C
°C
V
V
V
V
V
V
mA
mA
mA
mA
µA
µA
No load condition, f = 40 MHz, Vdd = 2.5V to 3.3V
No load condition, f = 40 MHz, Vdd = 1.8V
f = 40 MHz, Vdd = 2.5V to 3.3V, OE = GND, Output in high-Z
state
f = 40 MHz, Vdd = 1.8V, OE = GND, Output in high-Z state
ST
= GND, Vdd = 2.5V to 3.3V, Output is weakly pulled down
ST
= GND, Vdd = 1.8V, Output is weakly pulled down
Inclusive of initial tolerance at 25°C, 1st year aging at 25°C, and
variations over operating temperature, rated power supply
voltage. Spread = Off.
Operating Temperature Range
Extended Commercial
Industrial
Supply Voltage and Current Consumption
Rev 1.0
September 25, 2017
www.sitime.com
MSP430测量高频信号的选型问题
如图所示 118597 信号是周期是260ns左右的一串脉冲信号,需要测量该脉冲串的宽度! 用MSP430实现测量的话有什么好建议? 比如使用什么外设(中断),定时器计数器。...
蓝雨夜 微控制器 MCU
汇编程序问题
第一次按键在第一个数码管显示,第二次按键在第二个数码管显示。可是按照下面程序,2个数码管同步显示一个数了。求教? 程序:START: MOV A,#0FFH MOV P1,AL1: MOV A,P1 CJNE A,#0FFH,L2 SJMP ......
stylekk 51单片机
寻找工控行业的创业伙伴(限深圳)
我公司从事无线通讯,在罗湖区有一套90多m2的正规写字楼,此处于市区中心交通便利,周围环境优美;配带有各办公桌具、ADSL网络 现寻求从事工控行业的创业者一起创业合作 如果您创业需要有一个上 ......
zzztttsss 嵌入式系统
雅特力AT-START-F403A测评汇总
活动详情:https://bbs.eeworld.com.cn/elecplay/content/141 AT-START-F403A AT-START-F403A帮助你探索发现带有FPU内核ARMCortex-M4F32位处理器AT32F403A的高性能特性,并帮助 ......
okhxyyo 国产芯片交流
感觉stm32的I2C确实不咋地...
挂4个i2c器件,1个24cxx,3个是同一个公司的器件,差别只在地址不同.只有两个通信正常.我用avr不管用硬的还是软的都可以.准备用软的了....
zhoujianfeng stm32/stm8
为什么我的stm32中断处理程序没有响应?
为什么我的stm32中断处理程序没有响应?PA1->LED1 PA2->LED2PC0->KEY1 PC1->KEY2主程序#include "stm32f10x.h"#include "stm32f10x_conf.h"extern void Delay(vu32 nCount);void RCC_Con ......
Crystal_oscilla stm32/stm8

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2598  1382  1458  427  1026  59  47  33  18  28 

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