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.