Tool/software: Code Composer Studio
Hi ,
I am trying to implement cfarFovCfg using CLI , now i am performing SetcfarFov using devicemap ( ex: rlSetcfarFov (RL_DEVICE_MAP_INTERNAL_BSS, 1U, &fovCfg).
once i am calling rlDriverExecuteSetApi through pre-define sublock id (RL_RF_STATIC_CONF_SET_MSG) driver setting APi is failed .please refer below shown :
rlDriverExecuteSetApi(deviceMap, RL_RF_STATIC_CONF_SET_MSG,
RL_RF_CHAN_CONF_SB, (rlUInt8_t*)data,
(rlUInt16_t)sizeof(rlChanCfg_t));
please let me know can i create my own sublock id Micro in rl_message.h and can do the same?
For better understanding please refer Attachment.
Warm regards,Ti_query.docx
Pritam