Standard Frequencies – see Page 5 for developed frequencies.
* Check with factory for availability of frequencies not listed.
Applications
Automotive Electronics
Mobile Multimedia/Infotainment
Car Navigation Systems
Internet of Things [IoT, IIot]
Microcontrollers and FPGAs
Wireless Communication
Ethernet/GbE/SyncE
Medical Electronics
Commercial Military & Aerospace
Description
CTS Model SA532 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
SA532
Frequency Code
[MHz]
XXX or XXXX
Mode of
Oscillation
F
Tolerance
@ +25°C
3
Temperature
Stability
5
Temperature
Range
G
Load
Capacitance
A
Packaging
T
Code
Frequency
Product Frequency Code
1
Code
1
X
2
3
5
Tolerance
±10ppm
±15ppm
±20ppm
±30ppm
±50ppm
Code
I
G
H
N
P
M
Code
X
2
3
5
6
7
Stability
±15ppm
±20ppm
±30ppm
±50ppm
±100ppm
±150ppm
Temp. Range
-40°C to +85°C
2
-40°C to +105°C
3
-40°C to +125°C
4
-40°C to +150°C
5
-55°C to +105°C
5
-55°C to +125°C
5
Packing
Code
1k pcs./reel
T
Code
F
T
Mode
Fundamental
3rd Overtone
Code Capacitance Code Capacitance
7pF
16pF
V
C
8pF
18pF
K
D
9pF
20pF
E
J
10pF
24pF
A
F
12pF
30pF
L
G
13pF
Series
B
S
Notes:
1]
2]
3]
4]
5]
Refer to document 016-1454-0, Frequency Code Tables. 3-digits for frequencies <100MHz, 4-digits for frequencies 100MHz or greater.
Available with all stability codes.
Available with stability codes 3, 5, 6 and 7.
Available 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.
As the title says. The manual says: To send a [color=red]data frame or remote frame[/color] directly, perform the following steps: 1 Set tMsgObjType to MSG_OBJ_TYPE_TX. 2 Set ulMsgID to the message ID...
I would like to ask you experts, why is the value of my AD conversion wrong? And the value does not change. I use it to measure temperature, and the value should change all the time....
You can own a translator for only $14.66! Maybe it will make you laugh because it will record everything you say and then play it back word by word! Maybe you will create some hilarious words or find ...
Why does it always prompt "[color=#FF0000]one or more files from the Emulator foe Windows CE installation is missing. Reinstall Emulator ...[/color]" every time I compile? Why does this happen when us...
I want to send a logoff message to the server after shutdown in donet1.0. After consulting the API, I called CeRunAppAtEvent and registered NOTIFICATION_EVENT_OFF_AC_POWER, hoping to start another exe...
The Sino-US trade war has already started. Trump's series of actions have had a negative impact on the global economy, such as increasing tariffs on Chinese companies and restricting domestic compa...[Details]
For 80,000
ZTE
(000063.SZ) employees and more Chinese ICT (information and communication technology) industry practitioners, the news from across the ocean on the evening of April 16 kept t...[Details]
In the actual project development process, we often need to get the running time of a section of code. The usual method is to use an oscilloscope to measure it. This blog post will use SysTick to acc...[Details]
In the actual project development process, hardware circuits often need to be modified, and the modified parts need to modify the driver. Thinking about the coming and going of such requirements is t...[Details]
In simple terms, high-end chips solve many complex problems, mid-range chips solve a single complex problem, and low-end chips solve a simple problem. Let's learn more about the relevant content wi...[Details]
LAN8720 test code arrangement 1. Modified based on two projects, namely "Experiment 55 Network Communication Experiment" of Zhengdian Atom ATK and "STSW-STM32070" routine of ST official The hardware ...[Details]
Timing and protocol are two key points in digital system debugging, and they are also where logic analyzers can play their most valuable role. How can we use a logic analyzer to quickly complete wiri...[Details]
The F1 racetrack is roaring with engines, and a fierce F1 race is about to begin. I am not a fan of racing cars, and I have nothing to do with this world, but
I spent a special day here
because...[Details]
The clock system of STM32 can be directly summarized in a diagram (from the STM32F10X reference manual). The following is an analysis of this diagram 1. STM32 input clock source 1.1 Function of cl...[Details]
When STM32 uses JTMS (PA13) and JTCK (PA14) as normal I/O ports, add the following code before initialization (the order cannot be reversed): RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE); G...[Details]
/* Unfortunately, it cannot generate a standard 38kHz frequency square wave, there is a little error*/ #include reg51.h #define uchar unsigned char #define uint unsigned int sbit Waveout=P1^0; //P...[Details]
As shown in the figure, the circuit is required to count and display the number of times the button is pressed. When the button is pressed once, the count value increases by 1 (it is required to accu...[Details]
International Solar Photovoltaic Network News: On November 21, Australia's SMA Solar Technology Co., Ltd. signed a contract with the local government to provide photovoltaic inverters with an insta...[Details]
#include MSP430x12x2.h #define TEM_ADC_CHL 0x0a void InitSys(void); void Read_ADC(unsigned int INCH_channel); void ADC_TO_TEM(void); unsigned int ADC_sample_val; unsigned int long temp1,temp2;...[Details]