Perform frequency offset calibration for DUT
Use DUT as RX mode, change the internal capacitance value of DUT, test the frequency offset with the reference signal source, find the minimum frequency offset capacitance value, and write it into DUT
M8 | M7 | M6 | M5 | M4 | M3 | M2 | M1 |
---|---|---|---|---|---|---|---|
L |
L |
H |
L |
L |
L |
L |
L |
[RF_RX]
# kHz, frequency deviation of BT Tester Box
# kHz, 测试盒/UPT与精准源频率偏差,DUT需要进行补偿
tester_freq_offset = 0
# kHz, frequency deviation low limit for check
# kHz, 频偏验证最小值,最终频偏值低于此值,会报错
cfo_low_limit = -10
# kHz, frequency deviation high limit for check
# kHz, 频偏验证最大值,最终频偏值高于此值,会报错
cfo_high_limit = 10
# channel no when test,default is 36
# 校准时,使用的channel编号,默认为 36
channel = 36
# Write capacity setting。 0:NOT Write 1:Write to Efuse 2:Write to Efuse and Nor
# 校准完成后,电容值写入到哪里。 0:不写入 1:写入Efuse 2:写入Efuse+Nor
cap_write_region = 2
# Use rssi for check?
# 使用信号强度验证?
rssi_limit_enable = 1
# dBm, rssi high limit for check
# dBm, 信号强度验证最小值
rssi_low_limit = -70
# dBm, rssi low limit for check
# dBm, 信号强度验证最大值
rssi_high_limit = 20
PASS
voiceFAIL
voice