Other Parts Discussed in Thread: DAC38J84
G'day!
What is the effect of powering down N2 Prescaler (0x173[6] PLL2_PRE_PD = 1) ?
Does it bypass the circuit ("prescale by 1"), or does It disable PLL2 entirely?
Hopeful thanks --todd
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello Todd,
Powering down the N2 Prescaler by setting 0x173[6] PLL2_PRE_PD = 1 will disconnect and power down the path from the VCO_MUX to the PLL2_NCLK_MUX. This is useful in cases where the input to the PLL2 N divider is derived from the FB_MUX, such as when using Cascaded 0-Delay mode.
Regards,
Hello Todd,
The purpose of frequency calibration on the LMK04828 PLL2 is to select the best VCO characteristics at the target frequency, such that continuous lock can be achieved across the operating temperature range. This is captured by the specification |ΔTCL| (Allowable Temperature Drift for Continuous Lock) in the datasheet electrical characteristics. Based on this spec, you should be able to perform frequency calibration at -40°C, lock at -40°C, and remain locked after increasing ambient temperature to +85°C. Likewise, you should be able to perform frequency calibration at 85°C, lock at 85°C, and remain locked after decreasing ambient temperature to -40°C. Essentially, the initial frequency calibration remains valid across the entire operating temperature range.
If the VCO target frequency changes for any reason (change R divide, change N divide, change reference input, etc), the VCO characteristics will change to accomplish the new lock and frequency calibration should be performed again. Frequency calibration is triggered by programming the N divider, so the N divider should be programmed last after all other parameters affecting PLL2 frequency.
Regards,
Great thanks, Derek, for going above and beyond with this enlightening tutorial regarding the effect of calibration across temperature w.r.t. the initial locking conditions.
Cheers --todd