If I have a 2 tasks running that require the same semaphore (or mutex), and task 1 currently has control of it. Now there is a third task that deletes task 1 before task 1 has a chance to release the semaphore (or mutex). Does the os_tsk_delete function have the smarts to release it for me, or do I have to implement it?
View all questions in Keil forum