@@ -56,8 +56,8 @@ static uint8_t phy_init_data[128] =
56
56
[26 ] = 225 , // spur_freq_cfg, spur_freq=spur_freq_cfg/spur_freq_cfg_div
57
57
[27 ] = 10 , // spur_freq_cfg_div
58
58
// each bit for 1 channel, 1 to select the spur_freq if in band, else 40
59
- [28 ] = 0 , // spur_freq_en_h
60
- [29 ] = 0 , // spur_freq_en_l
59
+ [28 ] = 0xff , // spur_freq_en_h
60
+ [29 ] = 0xff , // spur_freq_en_l
61
61
62
62
[30 ] = 0xf8 , // Reserved, do not change
63
63
[31 ] = 0 , // Reserved, do not change
@@ -86,7 +86,7 @@ static uint8_t phy_init_data[128] =
86
86
// 2: 24MHz
87
87
[48 ] = 1 ,
88
88
89
-
89
+
90
90
91
91
// sdio_configure
92
92
// 0: Auto by pin strapping
@@ -165,7 +165,7 @@ static uint8_t phy_init_data[128] =
165
165
// 0x8: -14db,
166
166
// 0x4: -17.5,
167
167
// 0x0: -23
168
- [94 ] = 0x0f ,
168
+ [94 ] = 0x00 ,
169
169
170
170
171
171
// lp_bb_att_ext
@@ -226,7 +226,7 @@ static uint8_t phy_init_data[128] =
226
226
// 3: auto measure frequency offset and correct it, bbpll is 160M, it only can correct + frequency offset.
227
227
// 5: use 113 byte force_freq_offset to correct frequency offset, bbpll is 168M, it can correct + and - frequency offset.
228
228
// 7: use 113 byte force_freq_offset to correct frequency offset, bbpll is 160M , it only can correct + frequency offset.
229
- [112 ] = 0 ,
229
+ [112 ] = 3 ,
230
230
231
231
// force_freq_offset
232
232
// signed, unit is 8kHz
0 commit comments