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.

LAUNCHXL-CC1352P: watch dog for each task.

Part Number: LAUNCHXL-CC1352P

Tool/software:

is there any way to keep watch dog for every task and restart them individually without crashing the whole system..? using sdk 8.30 cc1352p2

  • Hi Pavan,

    You cannot implement that mechanism using the hardware watchdog. What you should do is likely use a supervision task, which will supervise your tasks and, eventually, restart them if they give no sign of life to that supervision task.

    But obviously, you should should first try to find out where those crashes come from if they are already happening.

    Regards,

    Arthur