Ultra-Small, Ultra-Low Power MEMS Oscillator with Spread Spectrum
Features
• Output Frequency: 1 MHz to 100 MHz LVCMOS
• Spread Spectrum Options:
- Center-Spread: ±0.25%, ±0.5%, ±1.0%,
±1.5%, ±2.0%, ±2.5%
- Down-Spread: –0.25%, –0.5%, –1.0%,
–1.5%, –2.0%, –3.0%
• Ultra-Low Power Consumption: 3 mA (Active),
1
A (Standby)
• Wide Supply Voltage Range: 1.71V ~ 3.63V V
DD
• Ultra-Small Package Sizes:
- 1.6 mm
1.2 mm
- 2.0 mm
1.6 mm
- 2.5 mm
2.0 mm
• Wide Temperature Range:
- Automotive: –40°C to +125°C
- Ext. Industrial: –40°C to +105°C
- Industrial: –40°C to +85°C
- Ext. Commercial: –20°C to +70°C
• Excellent Shock and Vibration Immunity
- Qualified to MIL-STD-883
• High Reliability
- 20x Better MTBF than Quartz Oscillators
• Lead Free and RoHS Compliant
• Automotive AEC-Q100 Option Available
General Description
The DSC63xxB family of devices is the industry’s
smallest and lowest-power spread-spectrum MEMS
oscillators. Available in three different package sizes
with operating current as low as 3 mA, the smallest
4-pin package is a mere 1.6 mm x 1.2 mm in size. The
devices support up to ±2.5% or –3% spread spectrum
that can achieve up to 15 dB electromagnetic
interference (EMI) reduction. Because of industry
standard package and pin options, customers can
solve last minute EMI problems simply by placing the
new DSC63xxB on their current board layout with no
redesign required.
The DSC63xxB family is available in 1.6 mm x 1.2 mm
and 2.0 mm x 1.6 mm, and 2.5 mm x 2.0 mm
packages. These packages are “drop-in” replacements
for standard 4-pin CMOS quartz crystal oscillators.
Package Types
DSC63
XX
B
2.5 mm x 2.0 mm VLGA
2.0 mm x 1.6 mm VFLGA
1.6 mm x 1.2 mm VFLGA
(Top View)
OE/STDBY/SSEN
1
4
VDD
Applications
•
•
•
•
Flat Panel Display/Monitor
Multi-Function Printer
Digital Signage
Consumer Electronics
GND
2
3
OUT
2019 Microchip Technology Inc.
DS20006154A-page 1
DSC63XXB
Block Diagram
DSC63
XX
B
DIGITAL
CONTROL
OE/STDBY/SSEN
PIN 1
SST
MEMS
RESONATOR
TEMP SENSOR
CONTROL &
COMPENSATION
PLL
VCO
SUPPLY
REGULATION
VDD
PIN 4
OUTPUT
DIVIDER
DRIVER
OUTPUT
PIN 3
GND
PIN 2
DS20006154A-page 2
2019 Microchip Technology Inc.
DSC63XXB
1.0
ELECTRICAL CHARACTERISTICS
Absolute Maximum Ratings
Supply Voltage .......................................................................................................................................... –0.3V to +4.0V
Input Voltage (V
IN
) ..............................................................................................................................–0.3V to V
void usrAppInit (void)
{
#ifdef USER_APPL_INIT
USER_APPL_INIT; /* for backwards compatibility */
#endif
/* add application specific code here */
int sfd;
char ac ......
原文地址
线程定义什么是线程?《POSIX Threads Programming》中有一段话对线程的定义进行描述:
A thread is defined as an independent stream of instructions that can be scheduled to ......