mirror of
https://github.com/fairwaves/UHD-Fairwaves.git
synced 2025-10-23 07:42:00 +00:00
Host: Update the LMS regusters initialization to follow FAQ 1.0r12.
This commit is contained in:
committed by
Josh Blum
parent
a837e84e89
commit
2d5c88d624
@@ -164,11 +164,13 @@ void lms6002d_dev::init()
|
||||
write_reg(0x09, 0x00); // RXOUTSW (disabled), CLK_EN (all disabled)
|
||||
write_reg(0x17, 0xE0);
|
||||
write_reg(0x27, 0xE3);
|
||||
write_reg(0x64, 0x32);
|
||||
write_reg(0x70, 0x01);
|
||||
write_reg(0x79, 0x37);
|
||||
write_reg(0x59, 0x09);
|
||||
write_reg(0x47, 0x40);
|
||||
|
||||
// FAQ v1.0r12, 5.27:
|
||||
write_reg(0x47, 0x40); // Improving Tx spurious emission performance
|
||||
write_reg(0x59, 0x29); // Improving ADC’s performance
|
||||
write_reg(0x64, 0x36); // Common Mode Voltage For ADC’s
|
||||
write_reg(0x79, 0x37); // Higher LNA Gain
|
||||
|
||||
// Disable AUX PA
|
||||
// PA_EN[0]:AUXPA = 0 (powered up) - for mask set v1
|
||||
|
Reference in New Issue
Block a user