Standard Frequencies – see Page 5 for developed frequencies.
* Check with factory for availability of frequencies not listed.
pplications
utomotive Electronics
Mobile Multimedia/Infotainment
Car Navigation Systems
Internet of Things [IoT, IIot]
Microcontrollers and FPG s
Wireless Communication
Ethernet/GbE/SyncE
Medical Electronics
Commercial Military & erospace
Description
CTS Model S 5 2 incorporates a low cost, high Q, small size quartz resonator specifically developed to operate
over extended temperature ranges for use in automotive electronics.
Ordering Information
Model
S 5 2
Frequency Code
[MHz]
X X X or X X X X
Mode of
Oscillation
F
Tolerance
@ +25°C
Temperature
Stability
5
Temperature
Range
G
Load
Capacitance
Packaging
T
Code
Frequency
Product Frequency Code
1
Code
1
X
2
5
Tolerance
±10ppm
±15ppm
±20ppm
± 0ppm
±50ppm
Code
I
G
H
N
P
M
Stability
±15ppm
±20ppm
± 0ppm
Code
5
6
7
Temp. Range
2
-40°C to +85°C
-40°C to +105°C
4
-40°C to +125°C
-40°C to +150°C
5
5
-55°C to +105°C
-55°C to +125°C
5
Packing
Code
1k pcs./reel
T
Code
F
T
Mode
Fundamental
rd Overtone
Code
X
2
Stability
±50ppm
±100ppm
±150ppm
Code Capacitance Code Capacitance
7pF
16pF
V
C
8pF
18pF
K
D
9pF
20pF
J
E
10pF
24pF
F
12pF
0pF
L
G
1 pF
Series
B
S
Notes:
1]
2]
]
4]
5]
Refer to document 016-1454-0, Frequency Code Tables. -digits for frequencies <100MHz, 4-digits for frequencies 100MHz or greater.
vailable with all stability codes.
vailable with stability codes , 5, 6 and 7.
vailable with stability codes 5, 6 and 7.
Stability codes 6 and 7. Contact factory for code 5 availability.
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.
1. Experts, I would like to ask, what is the so-called delay of the programmable delay module PDB? It should be different for ADC and DAC modules, right? Then for different operation modules, which st...
#define AT91C_ID_IRQ1 ((unsigned int) 30) // Advanced Interrupt Controller (IRQ1) I use IRQ1, which is defined as up. So how much IRQ should I add to the registry? 1E or 30? I tried 1E and it didn't w...
Selection criteria of diodes (cqcwc) Selection criteria of diodes in circuit design 1. Selection based on circuit function: Germanium detection diodes should be used for high-frequency detection circu...
[align=left] [size=5] The function implemented this time configures gd32 to implement usart+dma to realize serial port data reception and transmission, and uses IDLE interrupt to receive indefinite le...
In our common sense, the word technology often has two definitions. The first is the technology sealed in the laboratory. They are like flowers on the mountain top. Only a few people on the mountai...[Details]
1. Purpose In actual product release, if the program stored in the MCU Flash is not protected, some illegal companies may read the program in the Flash through an emulator (J-Link, ST-Link, e...[Details]
0. Preparation First use st-link to connect the stm32 core board and PC for burning St-link Stm32 3.3V 3.3V GND GND SWDIO PART SWCLK DCLK Then connect with USB serial port board to v...[Details]
Nowadays, everyone is saying that "technology is people-oriented". The essence of the development of technology is to serve the improvement of the quality of life of human beings. Automated driving...[Details]
With the development of information technology, intelligence, informatization and networking have become the development trend of modern industrial control. Since the 1980s, the rapid development...[Details]
I used the bit definition in my 51 program: bit flag. After defining it this way, I ran the program and downloaded it to the circuit board. I found that the flag was not the value I set, which led to...[Details]
The Vatican Secret Archives is one of the world's greatest historical collections, but many of its documents have never been transcribed. Recently, a project called Codice Ratio used a
combination...[Details]
Introduction: As a power electronic device, the photovoltaic inverter mainly converts the direct current generated by the photovoltaic module into alternating current. Because there are thousands o...[Details]
The first one is a DMA mode of multiple channel acquisition void ADC_DMA_Config(void) { ADC_InitTypeDef ADC_InitStructure; RCC_HSICmd(ENABLE); while (RCC_GetFlagStatus(RCC_FLAG_HSIRDY) == RESET); ...[Details]
Summary of STM32 peripheral DMA usage: 1. Select DAM mode according to your needs: (1) Circular mode—DMA_Mode = DMA_Mode_Circular (2) Normal mode—DMA_Mode = DMA_Mode_Normal 2. For Chanel3 of DMA1, t...[Details]
Interrupts and timers implement a 24-hour clock. The program is as follows: #include reg52.h #define PORTLEN P0 sbit bit_select = P2^0; sbit seg_select = P2^1; unsigned char src = {0x3f,0x06,0...[Details]
The key is the configuration of registers. The T1 timer (16 bits) of CC2530 needs to configure three registers: T1CTL, T1STAT, IRCON Here is just a brief introduction. For more details, please refer ...[Details]
MCS-51 single-chip microcomputer timer/counter experiment programming program Programming requirements: 1. Connect a light-emitting diode LED to the P1.0 pin, light up for two seconds, turn off for o...[Details]