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.

CC2640R2F: LL_EXT_ModemTestTx api doesn't works

Part Number: CC2640R2F

Hi

I tried generating a tone on channel 37 using LL_EXT_ModemTestTx api but it's not working and the return type which i am getting is LL_STATUS_ERROR_UNEXPECTED_STATE_ROLE.

I passed the following parameters: 

LL_EXT_ModemTestTx( LL_EXT_TX_UNMODULATED_CARRIER, 37 );

Does the cc2640r2f not compatible with this function or do i need to use 

HCI_EXT_ModemTestTxCmd( LL_EXT_TX_UNMODULATED_CARRIER, 37 );

Regards

sudhanshu