找回密码
 注册
搜索
查看: 1435|回复: 4

[资料] 请教关于MTK平台l1d_custom_rf.h文件中的几个有关时序参数的含义!

[复制链接]
发表于 2008-9-25 11:17:30 | 显示全部楼层 |阅读模式
请教高人MTK平台l1d_custom_rf.h文件中的如下几个有关时序参数的含义:
QB_RX_FENA_2_FSYNC
QB_RX_FSYNC_2_FENA
QB_TX_FENA_2_FSYNC
QB_TX_FSYNC_2_FENA
QB_SR1
QB_SR2
QB_SR2M
QB_SR3
QB_PR1
QB_PR2
QB_PR3
QB_ST1  
QB_ST2
QB_ST3

请高人指点一下,谢谢了!!
发表于 2009-8-16 22:34:17 | 显示全部楼层
看GSM GPRS L1 RF Programming Guide
点评回复

使用道具 举报

发表于 2009-8-18 22:00:35 | 显示全部楼层
一般要调的较少。。。
点评回复

使用道具 举报

发表于 2009-8-19 11:42:16 | 显示全部楼层
[em09] 我也想知道..
点评回复

使用道具 举报

发表于 2014-1-21 20:38:03 | 显示全部楼层
2.2.1 RX

ADC

Control

To setup the timing of RX ADC and SPORT, 2 timings need to be defined in

l1d_custom_rf.h

. The time from RX

ADC enabling to RX SPORT turning on (

R0

) is defined as

QB_RX_FENA_2_FSYNC

.The time from RX SPORT

turning on (

R1

) to RX ADC disabling is defined as

QB_RX_FSYNC_2_FENA

. The value of this two aliases should

be positive or zero.  



2.2.2

Serial Interface Control

BSI data and events need to be set in serial to a 3-wire base RF module. Each RX window is allocated 3 BSI

events. Usually 1'st BSI event is used to warm up the synthesizer and set its N-counter to lock the operation

frequency. The 2'nd BSI is used to set the receiving amplifier gain of transceiver. The 3'rd BSI is used to

command transceiver entering idle mode.  



The timing of 1'st BSI event is defined as

QB_SR1

in file

l1d_custom_rf.h

. With 1'st BSI event is triggered, 1 to 4

BSI data can be sent. The data count with 1'st BSI event should be claim by defining

SX1_DATA_COUNT

in file

l1d_rf.h

. To set the BSI data with 1'st BSI event, the function

L1D_RF_SetSData_SR1()

in file

m12195.c

should

be implemented. That is:

(1) In

l1d_custom_rf.h

,



define the timing of 1'st BSI event ahead of R0 in quarter-bit unit. If the value is

negative, the timing of 1'st BSI event is behind R0. Otherwise, the timing of 1'st BSI event is ahead of R0:  





#define  QB_SR1            

QB_ahead_of_R0

  

To avoid overlapping the RF setting of other window, the limitation of SR1 setting is described detail in

the chapter 3.



(2) In

custom_rf.h

,



define the BSI data count with 1'st BSI event to be sent. Due to the resource limitation,

the data count with 1'st BSI event should not excess 3. I.e. the data count should be 1, 2, or 3.





#define  SX1_DATA_COUNT     

data_count

  

(3) In

m12195.c

,



implement the function

L1D_RF_SetSData_SR1

to specify the data to be sent
点评回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

Archiver|手机版|小黑屋|52RD我爱研发网 ( 沪ICP备2022007804号-2 )

GMT+8, 2025-2-1 04:09 , Processed in 0.046161 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表