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