你好,請問BLE_LibInit函數(shù)失敗返回值是3,請問是什么問題,是否有文檔解釋這個返回值?CH57xBLE_LIB.H里也沒有寫,另外是否可以更新ble的lib庫?如何更新?謝謝!
[18:12:14.231]收←◆LIB init error code: 3 ...
/*******************************************************************************
?* @fn? ? ? ? ? BLE_LibInit
?*
?* @brief? ? ? ?Init BLE lib. RTC will be occupied at the same time.
?*
?* input parameters
?*
?* @param? ? ? ?pCfg - config of BLE lib
?*
?* output parameters
?*
?* @param? ? ? ?None.
?*
?* @return? ? ? 0-success. error defined @ ERR_LIB_INIT
?*/
extern bStatus_t? BLE_LibInit( bleConfig_t* pCfg );??