How to handle ReduceTransmisionForVGACalib flag?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to handle ReduceTransmisionForVGACalib flag?

719件の閲覧回数
squareroots
Contributor I

Hi,

the function Helper_ES2_CalTXRFRangeCheck() in the SDK v1.2.0 checks for CalStart flags and reduce flag:

if ((ReduceTransmisionForVGACalib == TRUE) && (pEnableTxRfCalibration->VgaCalStart == TRUE) && (pEnableTxRfCalibration->PoutCalStart == TRUE))
{
    ErrCode = BC_ERR_TX_POUT_VGA_REDUCETX_NOTSUPPORTED;
}

What does "NOTSUPPORTED" means:

  • It does not work?
  • It is not implemented yet?

How can I use reduced transmission if I have enabled PoutCalStart, VgaCalStart and ReduceTransmisionForVGACalib? Is there any detailed sequence diagram for this use case?

Thanks

タグ(3)
0 件の賞賛
返信
2 返答(返信)

560件の閲覧回数
RafaR
NXP Employee
NXP Employee

Hi Squareroots

Okay, I was working and trying to make examples and I concluded that "NORSUPPORTED" refers to the fact that it is not yet implemented.

For the diagram I can't find any official document so I contacted a colleague to double check with another team, I will get back to you when I get a response.

Have a great day and best of luck.

0 件の賞賛
返信

670件の閲覧回数
RafaR
NXP Employee
NXP Employee

Hi Squareroots

I am starting to work on your case, I will contact you soon.

Have a great day and best of luck.

0 件の賞賛
返信