• delete task that does not exist
    I am using the RL-RTX Kernel What I am trying to do is delete a task before it is created. As I understand the docs for os_tsk_delete it should return OS_R_NOK if the task cannot be deleted...
  • Higher Priority task deleting a lower priority task?
    I have two tasks. task 1: searches for a string in a list of strings (n-strings are stored in the list). task1 priority: low task 2: invoked by uart receive interrupt to abort the search. task 2...
  • ARM: deleting a task and stack unwinding
    Hello! I have a question about os_tsk_delete() function from keil. I am wondering what happens to task's stack when you call the delete function. Does it unwinds like normal functions when they return...
  • What happens to mutexes and semaphores when a task is deleted
    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...
  • Delete device from Database
    In uVision v2.07, how can I delete devices from the Database? The device has now been selected - Triscend - so all the others are effectively redundant, but I still have to scroll through them all...