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

关键词

搜索

型号

搜索

38.88MHZCFPT-9060ES2A

产品描述ACMOS Output Clock Oscillator, 38.88MHz Nom, SMD, 6 PIN
产品类别无源元件    振荡器   
文件大小62KB,共4页
制造商C-MAC Automotive
官网地址https://cmac.com
下载文档 详细参数 全文预览

38.88MHZCFPT-9060ES2A概述

ACMOS Output Clock Oscillator, 38.88MHz Nom, SMD, 6 PIN

38.88MHZCFPT-9060ES2A规格参数

参数名称属性值
是否无铅含铅
是否Rohs认证不符合
厂商名称C-MAC Automotive
Reach Compliance Codeunknown
其他特性TRI-STATE; ENABLE/DISABLE FUNCTION
老化1 PPM/FIRST YEAR
最大控制电压2.65 V
最小控制电压0.65 V
最长下降时间3 ns
频率调整-机械NO
频率稳定性0.5%
制造商序列号CFPT-9060
安装特点SURFACE MOUNT
标称工作频率38.88 MHz
最高工作温度70 °C
最低工作温度-20 °C
振荡器类型ACMOS
输出负载50 pF
物理尺寸14.7mm x 9.2mm x 6.2mm
最长上升时间3 ns
最大供电电压3.63 V
最小供电电压2.97 V
标称供电电压3.3 V
表面贴装YES
最大对称度45/55 %
Base Number Matches1

文档预览

下载PDF文档
CFPT-9050 Series
ISSUE 6 ; 23 DECEMBER 2004
Recommended for New Designs
Delivery Options
Frequency Stability
Temperature: see table
Typical Supply Voltage Variation ±10% < ±0.2 ppm*
Typical Load Coefficient 15pF ±5pF < ±0.2 ppm*
Please contact our sales office for current leadtimes
Description
* Depending on frequency and output type
Frequency Adjustment
A highly versatile series of surface mountable
14.7 x 9.2 x 6.2mm temperature compensated voltage
controlled crystal oscillators (TCVCXOs) for applications
where small size and high performance are pre-
requisites. This oscillator uses C-MAC’s latest custom
ASIC "Pluto", a single chip oscillator and analogue
compensation circuit, capable of sub 0.3 ppm
performance. Its wide frequency range, operating
temperature range, drive capability, coupled with its
high stability and linear frequency pulling make it the
ideal reference oscillator. Its ability to function down to
a supply voltage of 2.4V and low power consumption
makes it particularly suitable for mobile applications
Three options with external Voltage Control applied to
pad 1:
A - Ageing adjustment: > ±5ppm (Standard Option)
B - No frequency adjustment. Initial calibration @ 25°C
< ±0.5 ppm
C - High Pulling ±10ppm to ±50ppm can be available
depending on frequency and stability options.
Please consult our sales office
Linearity
Slope
Input resistance
Modulation bandwidth
Standard control voltage ranges:
Without reference voltage
Without reference voltage
With reference voltage
< 1%
Positive
> 100kΩ
> 2kHz
Standard Frequencies
9.6, 10.0, 12.8, 19.44, 20.0, 38.88, 49.152, 51.84MHz
Waveform
SURFACE MOUNT
TCXOs
Square HCMOS 15pF load
Square ACMOS 50pF max. load
Sinewave 10kΩ // 10pF AC-coupled
,
Clipped sinewave 10kΩ // 10pF AC-coupled
,
- Vs=5.0V 2.5V±2V
- Vs=3.3V 1.65V±1V
- Vc=0V to Vref
Reference Voltage, Vref (HCMOS/ACMOS only)
Supply Voltage
Optional reference voltage output on pad 5, suitable for
potentiometer supply or DAC reference.
1. No output (standard option)
2. 2.2V, for Min. Vs>2.4V
3. 2.7V, for Min. Vs>3.0V
4. 4.2V, for Min. Vs>4.5V
Maximum load current (mA) = Vref /10
Operating range 2.4 to 6.0V, see table
Current Consumption
HCMOS Typically
1+Frequency(MHz)*Supply(V)*{Load(pF)+15}*10
-3
mA
e.g. 20MHz, 5V, 15pF
4mA
ACMOS Typically
1+Frequency(MHz)*Supply(V)*{Load(pF)+23}*10
-3
mA
Sinewave, 6 to 12 mA depending on frequency
Clipped Sinewave, Typically
1+Frequency(MHz)*1.2*{Load(pF)+30}*10
-3
mA
For manual frequency adjustment (HCMOS/ACMOS output
only) connect an external 50kΩ potentiometer between
pad 5 (Reference Voltage) and pad 3 (GND) with wiper
connected to pad 1 (Voltage Control). Please specify
reference voltage as a part of the ordering code
Note: Please contact our sales office if a reference voltage
is required in combination with sine or clipped sinewave
output
Tri-state
Package Outline
14.7 x 9.2 x 6.2mm SMD
Ageing
Pad 2 open circuit or >0.6Vs output enabled
< 0.2Vs Tri-state
When Tri-stated, the output stage is disabled for all
output options, but the oscillator and compensation
circuit are still active (current consumption <1mA)
±1ppm maximum in first year
±3ppm maximum for 10 years
±1ppm maximum after reflow
Europe Tel: +44 (0)1460 270200
Americas Tel: +1 919 941 9333
Asia
Tel: +86 755 8826 5991
Fax: +44 (0)1460 72578
Fax: +1 919 941 9371
Fax: +86 755 8826 5990
Website: www.cmac.com
MSP430--ADC程序
1.ADC和P6是复用的。所以要设置P6.0为AD功能,要确保P6DIR=0X00,即为输入。其次P6SEL |= 0X01;设置需要的A0端口PIN为AD功能。 2.ADC时钟问题,通过ADCSSEL选择进入的时钟源默认为ADC12OSC,经 ......
nino 微控制器 MCU
IIC设备使用杂项设备注册的方式遇到的问题
在写linuxIIC驱动时,使用字符设备的注册方式//自定义结构如下 struct mb85rc16_i2c_dev { struct i2c_client *client; struct class *fram_class; struct cdev chr_dev; ......
hhakex Linux开发
C语言问题
数组P中存有一字符串,那下面两种判断字符串结束的方式哪种正确 while(P!='\0') while(P!=0) 本帖最后由 zzbaizhi 于 2012-6-26 15:01 编辑 ]...
zzbaizhi 微控制器 MCU
如何对ADUC系列的单片机flash数据进行预编译或者定义? 
  使用ADUC系列的单片机的时候,经常用它的flash来保存断电不丢失的数据,但不知道如果在程序编译时定义flash数据生成flash文件在单片机写程序时直接把常用的保存在flash区间的数据进行预定义 ......
andyye1630 嵌入式系统
STM32使用以太网功能
小弟想使用STM32实现以太网功能,但是对以太网的协议不太懂,我该如何入手去做设计呢?求教各位大虾了...
aaronnwei stm32/stm8
新建高楼的微波环境及其对微波信道的阻挡作用
摘要:新建的建筑物对已存微波线路有阻挡作用,并且新建建筑物也会受到微波辐射"提出了计算建筑物阻挡作用及其所受微波辐射剂量的方法,并对一个实际例子进行了计算和分析"计算结果表明,在通常情 ......
JasonYoo 单片机

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1442  2832  1452  2555  2309  51  26  45  52  13 

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