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: Reset RF core

Part Number: CC1310

Tool/software: TI-RTOS

Hi,

I'm introducing in my code some check about the execution of the operations and I'd like to verify the correct execution also of the EasyLink functions: when an EasyLink function returns error also after some retries, I would like to do something. I think that one solution could be restart the RF core.

Is it possibile to do that?

I read in the forum that one solution could be execute the RF_close function.

Is this correct? In this case, how can I execute this function by EasyLink interface? I see in the code that I should pass the rfHandle as parameter, but how can I get it from EasyLink?

Thanks in advance for your support, Andrea