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.

How to reset RF Core

Other Parts Discussed in Thread: CC1310

Hi,

As CC1310's RF Core is controlled by Cortex-M0, we would like to know if there is a
possibility that RF Core may hang-up during operation?
Do we have to consider RF Core's hang-up possibility in the application software like adding a Watchdog Reset?

If in case RF Core goes wrong or unresponsive, is it required to reset CC1310 completely
or is there is any command to reset the RF Core?

Best Regards
Kummi

  • Dear Kummi,

    RF_close() powers the RF core down in any case. Since the RF core memory does not support retention, the RF core will not hang during the next power up. You can add a timeout clock to monitor the success of RF_close().