Figure 7. Standard PECL Output Configuration Figure 8. Single Resistor Termination Scheme
Resistor values are typically 120 to 240 ohms
for 3.3V operation.
Resistor values are typically 82 to 120 ohms
for 2.5V operation.
Figure 9. Pull-Up Pull Down Termination
Resistor values are typically for 3.3V operation
For 2.5V operation, the resistor to ground is 62
ohms and the resistor to supply is 240 ohms
The VCC6 incorporates a standard PECL output scheme, which are un-terminated emitters as shown in Figure 7. There are numerous application notes on
terminating and interfacing PECL logic and the two most common methods are a single resistor to ground, Figure 8, and a pull-up/pull-down scheme as
shown in Figure 9. An AC coupling capacitor is optional, depending on the application and the input logic requirements of the next stage.
LVDS Application Diagrams
V
CC
LVDS
Driver
100
LVDS
Receiver
LVDS
Driver
100
Receiver
OUT+
OUT-
Figure 10 Standard LVDS
Output Configuration
Figure 11. LVDS to LVDS Connection, Internal 100ohm
Figure 12. LVDS to LVDS Connection
Some LVDS structures have an internal 100 ohm resistor on the
External 100ohm and AC blocking caps
input and do not need additional components.
Some input structures may not have an internal 100 ohm
resistor on the input and will need an external 100ohm
resistor for impedance matching. Also, the input may have
an internal DC bias which may not be compatible with
LVDS levels, AC blocking capacitors can be used.
One of the most important considerations is terminating the Output and Complementary Outputs equally. An unused output should not be left un-termi-
nated, and if it one of the two outputs is left open it will result in excessive jitter on both. PC board layout must take this and 50 ohm impedance matching
into account. Load matching and power supply noise are the main contributors to jitter related problems.
Thanks to EEWORLD, I received the STM32L073 Nucleo-64 board so quickly. I wanted to post some photos, but found that the forum friends have already organized them very well. The link is as follows: [u...
1. I haven’t used the 3XX series chips for a long time, and I even forgot to turn off the watchdog, which caused many errors.
2. The program was written early, but because there was no circuit diagram...
[i=s]This post was last edited by rowen800 on 2015-3-23 22:34[/i] I received a call from the courier while working overtime at night, and learned that the forum license had arrived. I couldn't wait to...
STM32F103 chip is used, and the two-way motor driver board is used.It is pure SVPWM control, not FOC. The phase is judged by the sensed HALL.The first motor is driven by TIM1, started, and the speed c...
ADS compilation problem: I defined an interrupt function void __irq time0Up(void); The interrupt function is as follows: void __irq time0Up(void) { int i=1; i=i+1; } The compilation error is as follow...