CC2541如何關閉Automatic gain control
时间:10-02
整理:3721RD
点击:
Dear TI,
CC2541如何關閉Automatic gain control
請問source code 裡面有變數可以調嗎?
有的話可以順便跟我講哪邊關嗎?
Thanks
Ben
请问为什么想要关闭automatic gain control?
CC2541有VS command可以调整Rx Gain但只能在Standard和High之间调整
/*******************************************************************************
* @fn HCI_EXT_SetRxGainCmd API
*
* @brief This HCI Extension API is used to set the receiver gain.
*
* Related Events: HCI_VendorSpecifcCommandCompleteEvent
*
* input parameters
*
* @param rxGain - HCI_EXT_RX_GAIN_STD, HCI_EXT_RX_GAIN_HIGH
*
* output parameters
*
* @param None.
*
* @return hciStatus_t
*/
extern hciStatus_t HCI_EXT_SetRxGainCmd( uint8 rxGain );