EEWORLDEEWORLDEEWORLD

Part Number

Search

MPC92432FA

Description
Clock Generator, 1360MHz, PQFP48, LQFP-48
CategoryThe embedded processor and controller    Microcontrollers and processors   
File Size430KB,19 Pages
ManufacturerIDT (Integrated Device Technology)
Download Datasheet Parametric View All

MPC92432FA Overview

Clock Generator, 1360MHz, PQFP48, LQFP-48

MPC92432FA Parametric

Parameter NameAttribute value
Is it lead-free?Contains lead
Is it Rohs certified?incompatible
MakerIDT (Integrated Device Technology)
Parts packaging codeQFP
package instructionLFQFP, QFP48,.35SQ,20
Contacts48
Reach Compliance Code_compli
ECCN codeEAR99
JESD-30 codeS-PQFP-G48
JESD-609 codee0
length7 mm
Humidity sensitivity level3
Number of terminals48
Maximum operating temperature85 °C
Minimum operating temperature-40 °C
Maximum output clock frequency1360 MHz
Package body materialPLASTIC/EPOXY
encapsulated codeLFQFP
Encapsulate equivalent codeQFP48,.35SQ,20
Package shapeSQUARE
Package formFLATPACK, LOW PROFILE, FINE PITCH
Peak Reflow Temperature (Celsius)240
power supply3.3 V
Master clock/crystal nominal frequency20 MHz
Certification statusNot Qualified
Maximum seat height1.6 mm
Maximum slew rate150 mA
Maximum supply voltage3.465 V
Minimum supply voltage3.135 V
Nominal supply voltage3.3 V
surface mountYES
technologyCMOS
Temperature levelINDUSTRIAL
Terminal surfaceTin/Lead (Sn85Pb15)
Terminal formGULL WING
Terminal pitch0.5 mm
Terminal locationQUAD
Maximum time at peak reflow temperature20
width7 mm
uPs/uCs/peripheral integrated circuit typeCLOCK GENERATOR, OTHER
Freescale Semiconductor
Technical Data
DATA SHEET
MPC92432
Rev 2, 06/2005
1360 MHz Dual Output LVPECL
1360 MHz Dual
Clock Synthesizer
Output LVPECL Clock
MPC92432
Synthesizer
MPC92432
NRND
The MPC92432 is a 3.3 V compatible, PLL based clock synthesizer targeted
for high performance clock generation in mid-range to high-performance
telecom, networking, and computing applications. With output frequencies from
21.25 MHz to 1360 MHz and the support of two differential PECL output signals,
the device meets the needs of the most demanding clock applications.
Features
• 21.25 MHz to 1360 MHz synthesized clock output signal
• Two differential, LVPECL-compatible high-frequency outputs
• Output frequency programmable through 2-wire I
2
C bus or parallel interface
• On-chip crystal oscillator for reference frequency generation
• Alternative LVCMOS compatible reference clock input
• Synchronous clock stop functionality for both outputs
• LOCK indicator output (LVCMOS)
• LVCMOS compatible control inputs
• Fully integrated PLL
• 3.3-V power supply
• 48-lead LQFP
• 48-lead Pb-free package available
• SiGe Technology
• Ambient temperature range: –40°C to +85°C
• NOT RECOMMENDED FOR NEW DESIGNS
Applications
• Programmable clock source for server, computing, and telecommunication systems
• Frequency margining
• Oscillator replacement
Functional Description
1360 MHz LOW VOLTAGE
CLOCK SYNTHESIZER
FA SUFFIX
(1)
48-LEAD LQFP PACKAGE
CASE 932-03
AE SUFFIX
(2)
48-LEAD LQFP PACKAGE
Pb-FREE PACKAGE
CASE 932-03
The MPC92432 is a programmable high-frequency clock source (clock synthesizer). The internal PLL generates a high-
frequency output signal based on a low-frequency reference signal. The frequency of the output signal is programmable and can
be changed on the fly for frequency margining purpose.
The internal crystal oscillator uses the external quartz crystal as the basis of its frequency reference. Alternatively, a LVCMOS
compatible clock signal can be used as a PLL reference signal. The frequency of the internal crystal oscillator is divided by a
selectable divider and then multiplied by the PLL. The VCO within the PLL operates over a range of 1360 to 2720 MHz. Its output
is scaled by a divider that is configured by either the I
2
C or parallel interfaces. The crystal oscillator frequency f
XTAL
, the PLL pre-
divider P, the feedback-divider M, and the PLL post-divider N determine the output frequency. The feedback path of the PLL is
internal.
The PLL post-divider N is configured through either the I
2
C or the parallel interfaces, and can provide one of six division ratios
(2, 4, 8, 16, 32, 64). This divider extends the performance of the part while providing a 50% duty cycle. The high-frequency out-
puts, Q
A
and Q
B
, are differential and are capable of driving a pair of transmission lines terminated 50
to V
CC
– 2.0 V. The second
high-frequency output, Q
B
, can be configured to run at either 1x or 1/2x of the clock frequency or the first output (Q
A
). The positive
supply voltage for the internal PLL is separated from the power supply for the core logic and output drivers to minimize noise
induced jitter.
The configuration logic has two sections: I
2
C and parallel. The parallel interface uses the values at the M[9:0], NA[2:0], NB,
and P parallel inputs to configure the internal PLL dividers. The parallel programming interface has priority over the serial I
2
C
interface. The serial interface is I
2
C compatible and provides read and write access to the internal PLL configuration registers.
The lock state of the PLL is indicated by the LVCMOS-compatible LOCK output.
1. FA suffix: leaded terminations.
2. AE suffix: lead-free, EPP and RoHS-compliant.
IDT™
1360 MHz Dual Output LVPECL Clock Synthesizer
MPC92432
© Freescale Semiconductor, Inc., 2005. All
acquired by Integrated Device Technology, Inc
Freescale Timing Solutions Organization has been
rights reserved.
1
e-core electronic technology exchange group 4 starts using 35871678!
[i=s] This post was last edited by paulhyde on 2014-9-15 09:25 [/i] e-core electronic technology exchange group 4 has started using 35871678! Thank you for your support...
liufeng2_0 Electronics Design Contest
DIY a ESP32 game console based on MicroPython
From https://www.hackster.io/alankrantas/diy ... p32-413d9eThe microcontroller used is WeMos D1 mini ESP32, which uses ESP32-WROOM.Display is 128x96 0.96 inch SSD1306 OLEDreference programfrom machine...
dcexpert MicroPython Open Source section
Question about shield resistance...
I recently saw a circuit that connected four shielding resistors to the four lines of the touch screen and pulled them down to ground. I would like to ask: 1. Why do the four lines of the touch screen...
wanglicha Embedded System
The microcontroller cannot receive data sent by the PC
#include "msp430x54x.h" void main(void){ WDTCTL = WDTPW + WDTHOLD; // Stop WDT P5SEL |=BIT6+BIT7; //USCI_A1 TXD/RXD P5DIR |=BIT5+BIT6; P5OUT =~BIT5;UCA1CTL1 |= UCSWRST; // **Put state machine in reset...
zzbaizhi Microcontroller MCU
STMF103ZET6 uses the nucleo library
Modified from nucleo-F103RB library, if there are any errors, please point them out. . ....
水清波 stm32/stm8
Let me sink~~~
...
amountain Embedded System

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 378  2879  861  1257  1953  8  58  18  26  40 
Datasheet   0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Room 1530, 15th Floor, Building B, No. 18 Zhongguancun Street, Haidian District, Beijing Telephone: (010) 82350740 Postal Code: 100190
Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号