• os_tsk_delete doesn't return
    Hi everybody, I'm using MDK-ARM v3.5 and I found that sometimes a call to os_tsk_delete doesn't return. When it happens, the rest of the system (including the task that I am trying to kill) is functioning...
  • os_tsk_delete doesn't return
    Hi everybody, I'm using MDK-ARM v3.5 and I found that sometimes a call to os_tsk_delete doesn't return. When it happens, the rest of the system (including the task that I am trying to kill) is functioning...
  • A possible bug in os_tsk_delete, MDK-ARM v3.50
    Hi everyone, It appears there is a bug in os_tsk_delete function in MDK-ARM v3.50. If a task with an OS_TID = <some number N> tries to delete a previous task with OS_TID = N-1, the task with OS_TID...
  • A possible bug in os_tsk_delete, MDK-ARM v3.50
    Hi everyone, It appears there is a bug in os_tsk_delete function in MDK-ARM v3.50. If a task with an OS_TID = <some number N> tries to delete a previous task with OS_TID = N-1, the task with OS_TID...