This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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=N will be deleted instead, and OS_TID=N-1 will still be running.
The behavior was reproduced by Keil tech support in the US last week, but still no response from the developers.