Standard Frequencies – see Page 5 for common frequencies.
* Check with factory for availability of frequencies not listed.
Applications
IoT and IIoT Applications
Wireless Communications
FPGA/Microcontrollers
USB Interfaces
Computer Peripherals
Portable Equipment
Test and Measurement
M2M Communications
Broadband Access
Description
CTS Model 407 incorporates a high Q quartz resonator and is ideal for supporting a wide range of commercial and
industrial applications.
Ordering Information
Model
407
Mode of
Os ci l l a ti on
F
T ol era nce
@ +25°C
3
T em pera ture Sta bi l i ty/T em pera ture Ra ng e
5
Loa d
Ca pa ci ta nce
D
F requency
[ MHz ]
XXXMXXXX
Mode
Code
Fundamental
F
3rd Overtone
T
Code
- 20°C
1
X
2
3
5
Code
1
X
2
3
Tolerance
±10ppm
±15ppm
±20ppm
±30ppm
Stability Code
to +70°C - 30°C
±10ppm
R
±15ppm
Y
±20ppm
N
±30ppm
4
±50ppm
8
Stability Code
to +85°C - 40°C
±10ppm
-
±15ppm
W
±20ppm
6
±30ppm
7
±50ppm
9
Stability
to +85°C
-
±15ppm
±20ppm
±30ppm
±50ppm
Code
Frequency
Frequency
1
Code Capacitance Code Capacitance
8pF
18pF
K
D
9pF
20pF
J
E
10pF
24pF
A
F
12pF
30pF
L
G
16pF
Series
C
S
Notes:
1] Frequency is recorded with 3 leading digits before the "M" and 4 significant digits after the "M" [including zeroes]. (Ex. XXXMXXXX [016M3840],
There are frequencies with significant digits after the "M" that exceed the 4 digits. The remaining digits will be truncated from the CTS part
number, but the factory will calibrate to the full frequency desired. Examples below; P/N Frequency = Actual Frequency
13M5537 = 13.553750MHz
14M3181 = 14.318180MHz
16M6666 = 16.666670MHz
28M6363 = 28.636360MHz
N ot a l l perf orm a nce com bi na ti ons a nd f requenci es m a y be a va i l a bl e.
Conta ct your l oca l CT S Repres enta ti ve or CT S Cus tom er Servi ce f or a va i l a bi l i ty.
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.
The basic working conditions of TMS320VC5509 include power supply circuit, clock circuit, JTAG (debugging) interface circuit, etc. Power supply circuit: purity of analog, digital and core power supply...
I was looking at the UFN_Init function today, but I couldn't find a function to create a thread. I wonder if it is created? UFN: USB Function Controller Driver (the driver when WinCE device is used as...
I am a sophomore, majoring in electronic information science and technology. Recently, my teacher assigned me a homework requiring proteus electronic design, but I don’t know how to create a project, ...
Hello everyone, I recently looked at the program of DS18B20 and I don’t understand something. Please give me some advice! #include
#define uchar unsigned char #define uint unsigned int sbit DS=P2^2; /...
[size=4]1. L and C components are called "inertia components", that is, the current in the inductor and the voltage across the capacitor have a certain "electrical inertia" and cannot change suddenly....
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]
Using Systick timer to achieve delay 1. SysTick timer characteristics The SysTick timer is a 24-bit down counter, that is, when vlue is decremented to 0, an interrupt is triggered and the load va...[Details]
Chip: STM32F107VCT6 Application Pin: THOUSANDS, RMII STM32CubeMX is very convenient to use ETH. The software comes with LWIP and configuration. This time, STM32F107VCT6+DP83848CVV is used. The MII a...[Details]
The adoption rate of serverless
cloud
computing
is gradually increasing, but it has not yet reached people's expectations. Various surveys show that serverless
is
still
an eme...[Details]
1. FSMC Brief FSMC, the Flexible Static Storage Controller, is capable of interfacing with synchronous or asynchronous memories and 16-bit PC memory cards. The FSMC interface of STM32 s...[Details]
sprintf is a function in the C language library that converts data types. There is a situation where In 51 MCU, define unsigned char temp; Then I want to use the serial port to print out temp in deci...[Details]
If you do not use an external crystal on the STM32, the connection method of OSC_IN and OSC_OUT If you use the internal RC oscillator instead of an external crystal, please follow the following metho...[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]
Mixed reality (augmented and virtual reality) is the next computing frontier after the PC in the 1970s, the web in the 1990s, and mobile platforms in the 21st century.
MR
is the most unique...[Details]
6MHz crystal oscillator, using timer counter 1, using interrupt mode, through P1.0 to make a light emitting diode turn on for 100ms, turn off for 300ms, and repeat. Assembly programming is used to ac...[Details]
The CAN of the STM32 ordinary chip has 14 filter groups (the interconnected type has 28 filter groups) to filter the received frames. Each filter group includes 2 configurable 32-bit registers: CAN_F...[Details]
Take serial port interrupt as an example: like: void serial() interrupt 4 { } and void serial_uart() interrupt 4 { } The functions of both functions are to define the serial port interrupt function. ...[Details]