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/AWR1843BOOST: AWR1843 set Tx/Rx channel enable

Part Number: AWR1843BOOST
Other Parts Discussed in Thread: AWR1843

Tool/software: Code Composer Studio

Dear ,

I want to set Tx/Rx channel enable. When I set Tx channel as TX_CHANNEL_1_ENABLE and Rx channel as RX_CHANNEL_1_ENABLE, I will meet an error hint.

The FW will go into below :

retVal = rlSetProfileConfig (RL_DEVICE_MAP_INTERNAL_BSS, 1U, &profileCfg);
if (retVal != RL_RET_CODE_OK)
{
CLI_write ("Error: Unable to configure the profile %d [Error %d]\n", indx, retVal);
return -1;
}

AWR1843 can not set tx channel and rx channel only one enable?

Thank you. 

  • Hello,

    Are you getting an error while calling rlSetProfileConfig API? Could you get the return value of this API and post here?

    Selection of Rx and Tx is done in rlSetChannelConfig API and rlSetChirpConfig API selects the Tx antenna for specific chirp in a frame.

    Please explain more which API is giving you error here.

    Regards,

    Jitendra

  • Hello,

    When I set as below:

    #define TX_CHANNEL_SEL                      TX_CHANNEL_1_ENABLE

    #define RX_CHANNEL_SEL                      RX_CHANNEL_1_ENABLE

    The Console will show the error: 

    Error: Unable to configure chirp 0 [Error 71]
    Error: Please ensure that the XXXCfg CLI command is invoked before starting the sensor

    By tracing the FW code : I find out only "rlSetChirpConfig" is the API casue this error message.

    Thank your reply.

  • Hi,

    What is the "RL_RET_CODE_CHIRP_TX_ENA_1INVAL_IN" error code means?

    thank you

  • Hi,

    I have to close this thread due to inactivity.

    If there are new questions please start a new thread

    thank you

    cesar