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.

RTOS/CC1310: Modify parameters during operation

Part Number: CC1310

Tool/software: TI-RTOS

Hi  Team,

My application needs to modify many parameters during the run.For example, to send different data lengths, I need to set RF_cmdPropTx.pktLen = wantedlength before executing the TX command; I have tested this without any problem. But can you do this for all other RF parameters?