This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/AWR1642BOOST: rlDriverExecuteSetApi seeting fail

Part Number: AWR1642BOOST

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

  • Hi Pritam,

    Are you trying to add new API to mmwavelink? In SDK mmwavelink is mainly used to send command to RadarSS using APIs.

    And RadarSS doesn't have any CFAR related feature or API.

    Please explain the purpose of this code modification?

    Regards,

    Jitendra