The DSC12x1 family of high performance oscillators
utilizes the latest generation of silicon MEMS
technology that improves phase noise and provides
excellent jitter and stability over a wide range of supply
voltages and temperatures. By eliminating the need for
quartz or SAW technology, MEMS oscillators
significantly enhance reliability and accelerate product
development,
while
meeting
stringent
clock
performance criteria for a variety of communications,
storage, and networking applications.
The DSC12x1 family features a control function on
pin 1 or pin 2 that permits either a standby feature
(complete power down when STDBY is low), output
enable (output is tri-stated with OE low), or a frequency
select (choice of two frequencies selected by FS
high/low). See the
Product Identification System
section for detailed information.
All oscillators are available in industry-standard
packages, including the small 2.5 mm x 2.0 mm, and
are “drop-in” replacements for standard 4-pin and 6-pin
CMOS quartz crystal oscillators.
Package Types
DSC1201/1211/1221
6-Lead CDFN/VDFN
Applications
•
•
•
•
•
Storage Area Networks
Passive Optical Networks
10/100G Ethernet
HD/SD/SDI Video and Surveillance
Display Port
OE/STDBY/FS
NC
GND
1
6
VDD
NC
CLK
2
5
3
4
DSC1231/1241/1251
6-Lead CDFN/VDFN
NC
OE/STDBY/FS
GND
1
6
VDD
NC
CLK
2
5
3
4
2019 Microchip Technology Inc.
DS20006010A-page 1
DSC12X1
Functional Block Diagrams
DSC1201/1211/1221
Pin 1
OE/STDBY/FS
DIGITAL
CONTROL
SUPPLY
REGULATION
Pin 6
VDD
Pin 2
NC
MEMS
RESONATOR
TEMP SENSOR +
CONTROL &
COMPENSATION
Pin 5
NC
PLL
OUTPUT
DIV
Pin 3
GND
Pin 4
CLK
DSC1231/1241/1251
Pin 1
NC
DIGITAL
CONTROL
SUPPLY
REGULATION
Pin 6
VDD
Pin 2
OE/STDBY/FS
MEMS
RESONATOR
TEMP SENSOR +
CONTROL &
COMPENSATION
Pin 5
NC
PLL
OUTPUT
DIV
Pin 3
GND
Pin 4
CLK+
DS20006010A-page 2
2019 Microchip Technology Inc.
DSC12X1
1.0
ELECTRICAL CHARACTERISTICS
Absolute Maximum Ratings †
Supply Voltage .......................................................................................................................................... –0.3V to +4.0V
Input Voltage .....................................................................................................................................–0.3V to V
Four popular MSP430 development tools! August 21 to September 8! 500 sets worldwide, limited quantity, while supplies last. What are you waiting for? Order now! Each discount coupon for each customer ...
A few days ago, my J-link suddenly stopped working, the indicator light was off, and the normal state was to keep the green light. Later, I heard that updating the firmware can solve most problems, so...
Abstract—Design figures are presented for four types of diodephase shifters: switched line, reflection, loaded line, and a new typeusing lumped-element high-pass and low-pass circuits. Comparisonof th...
In the
AI
boom, the most talked about is
neural network
. However,
AI
is much more than that. Let's learn about the relevant content with the network communication editor.
...[Details]
For STM32, there are two ways to reset the software: 1) Use the official software library The system reset function is directly provided in the stm32f10x_nvic.c file of the official software li...[Details]
China Energy Storage Network:
Blockchain + finance, blockchain + environmental protection, blockchain + insurance, even a roadside fried chicken shop is using the banner of blockchain + fried...[Details]
introduction STM32 has many registers, which are difficult to remember, so the official packaged two sets of library functions. One is the standard library, but the official has not updated it on F7,...[Details]
I have been working on this i2c for several days. Many people on the Internet say that this is a problem with the ST package library, and they basically talk about the STM32F1 series of chips, and ev...[Details]
Recently, the relevant person in charge of the Energy Conservation Division of the Energy Conservation and Technology Equipment Department of the National Energy Administration said on the issue of...[Details]
First of all, security practitioners have never felt that AI can be used as deeply as today. Although Antelope Cloud is a platform manufacturer, it has always been interested in AI and AI- specific...[Details]
As the weather gets colder, the way the north and south spend the winter has become a hot topic and people talk about it. Although the north is particularly cold, because there is heating, it can s...[Details]
Photovoltaic inverters are the core equipment of photovoltaic systems. Their main function is to convert the direct current generated by photovoltaic modules into alternating current that meets the...[Details]
Different models of PIC series microcontrollers have different watchdog settings. The following takes the PIC16F688 microcontroller as an example. 1. If WDTE=1 in the configuration word, the watchdog...[Details]
STM32 ADC multi-channel conversion Description: Use ADC to continuously collect 11 analog signals and transfer them to memory through DMA. ADC is configured to scan and continuously convert mode,...[Details]
Internal channels of ADC: In addition to using external channels to collect external analog voltage signals, the ADC of STM32 also has two internal channels 16 and 17. Channel 16 is connected to ...[Details]
Getting to the bottom of blockchain
Since last year, blockchain has become the hottest word in both the financial and non-financial circles. Some people use it as a gimmick to engage in va...[Details]
A group of young people who looked like they were in their twenties or thirties were squatting on the edge of the factory flower bed. Some were looking at their phones helplessly, while others were...[Details]
//Environment: winavr+avr studio char temp=0; ISR(TIMER1_COMPA_vect )//interrupt function { // user code here temp++; if (temp==10) temp=0; PORTA=temp; DDRA=0xff; } void ...[Details]