How to handle ReduceTransmisionForVGACalib flag?
2 weeks ago
146 Views
squareroots
Contributor I
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1 Reply
Monday
97 Views

NXP Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Squareroots
I am starting to work on your case, I will contact you soon.
Have a great day and best of luck.
