Hello,
what is the best method to restart static tasks in SYSBIOS (by using external function, not inside the task itself)? I would like to restart tasks from the timer Hwi level. If some task is not responding for a given time (not resetting timeout counter), it should be restarted.
I need this feature for some tasks that can hangout, e.g. USB MSC host task, which is used to copy log information into the pendrive. This task hangs on the USBHCDPipeRead function (inside usblib) when the pendrive is removed during access.
Regards,
Kamil