Operating Temperature Range -20°C to +70°C or -40°C to +85°C
Tape and Reel Packaging, EIA-418
Wireless Communications
Broadband Access
FPGA/Microcontrollers
Computer Peripherals
Microprocessors
Test and Measurement
Consumer Electronics
Portable Equipment
Part Dimensions:
11.1 × 4.83 × 3.2mm
•
587.84mg
Applications
Description
CTS ATSSMLP incorporates a high Q quartz resonator in a proven resistance-weld metal package. ATSSMLP offers
tight stability options that are ideal for supporting a wide range of commercial and industrial applications.
Ordering Information
Model
LP
Frequency Code
[MHz]
XXX
Mode of
Oscillation
F
Tolerance
@ +25°C
3
Temperature
Stability
3
Temperature
Range
I
Load
Capacitance
D
Packaging
T
Code
Frequency
Product Frequency Code
1
Code
1
X
2
Y
3
Tolerance
±10ppm
±15ppm
±20ppm
±25ppm
±30ppm
Code Temp. Range
-20°C to +70°C
C
-40°C to +85°C
I
Packing
Code
Tape & Reel
T
Code
F
T
Mode
Fundamental
3rd Overtone
Code
1
X
2
Y
3
5
Stability
±10ppm
±15ppm
±20ppm
±25ppm
±30ppm
±50ppm
2
Code Capacitance Code Capacitance
K
D
8pF
18pF
9pF
20pF
J
E
10pF
24pF
A
F
12pF
30pF
L
G
13pF
32pF
B
H
16pF
Series
C
S
Notes:
1] Refer to document 016-1454-0, Frequency Code Tables. 3-digits for frequencies <100MHz.
2] Check factory availability when combined with -40°C to +85°C temperature range.
Not all performance combinations and frequencies may be available.
Contact your local CTS Representative or CTS Customer Service for availability.
This product is specified for use only in standard commercial applications. Supplier disclaims all express and implied warranties and liability in connection with any use of this
product in any non-commercial applications or in any application that may expose the product to conditions that are outside of the tolerances provided in its specification.
Definition of PCB layersSolder MaskThe solder mask refers to the part of the board that needs to be painted green. Because it is a negative output, the actual effect of the solder mask part is not pai...
Dear friends, I am a novice. I want to make a controller for ATmega8 to control DC motors, to achieve speed regulation, forward and reverse rotation, and enable. The circuit diagram is as attached, an...
I have a question for you guys: When the device is connected to the PC via ActiveSync, will the WiFi function not work properly? I have found on CE/Mobile that the WiFi function will not work properly...
[b][backcolor=rgb(201, 215, 241)]TIVA C Series MCUs[/backcolor][/b][align=left][color=rgb(82, 82, 82)][font=Arial, sans-serif][size=1.2em]As the first ARM Cortex-M4-based microcontrollers (MCUs), the ...
In recent years, as energy consumption and environmental protection issues have attracted people's attention, my country's solar photovoltaic power generation industry has shown a rapid development...[Details]
In the past few days, the Chinese display panel giant
BOE
has been flooded with articles supported by Liu Shuwei. Let's follow the embedded editor to learn about the relevant content.
...[Details]
Unique device identifiers are suitable for: ● Used as a serial number (e.g. USB string serial number or other terminal applications) ● Use the unique ID as a security key when used in conjunction wit...[Details]
The trade war between China and the United States has become the focus. The United States has begun to play the ban card against Chinese technology companies. The ZTE incident shows that if the ban...[Details]
1. Basic Concepts of LCD/LCM The structure of Liquid Crystal Display (LCD) is to place liquid crystals between two parallel pieces of glass. There are many vertical and horizontal fine wires between...[Details]
As many companies listed with
the concept of
touch screen
begin to "transform and upgrade", the official voice of the TP industry is getting smaller and smaller. At the same time, the list o...[Details]
STM32 uses FSMC to read and write CPLD programs. CPLD is hung on the address line and data line of STM32. CPLD is regarded as an off-chip RAM for reading and writing. On the board I made, CPLD is hun...[Details]
As photovoltaic power stations come into people's view, people are paying more and more attention to them. Recently, some netizens asked me how to match the inverter and components of photovoltaic ...[Details]
From the functional classification, it can be divided into: 1. Active control ADAS: ACC/AEB/LKS, etc. 2. Warning ADAS: FCW/LDW/PCW, etc. 3. Other auxiliary ADAS: BSD/ADB/panora...[Details]
At the beginning, I used the stdlib library. Recently, I found that the cube library is more and more widely used, so I started to use the cube library to complete the ADC multi-channel acquisition e...[Details]
Independent watchdog (IWDG) and low power mode are often used in STM32 development. The watchdog is to detect and solve faults caused by software errors, and the low power mode is to enter sleep mode...[Details]
A crystal oscillator can be electrically equivalent to a two-terminal network consisting of a capacitor and a resistor in parallel and a capacitor in series. In electrical engineering, this network h...[Details]
For complex calculations, the speed of the microcontroller is too slow. The best way is to manually calculate all the results in advance, store them in ROM in sequence, and then directly check the re...[Details]
//******************************************************************************/ #include msp430.h //Note: There must be a delay between two transmissions, otherwise it cannot be sent again, seria...[Details]
#include avr/io.h void Delay(unsigned int T) { unsigned int i,j; for (i=0;i T;i++) for (j=0;j 100;j++) asmvolatile ("nop"); //Assembly instruction, let the microcontroller run empty instruction...[Details]