• 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...
  • How to delete a toolbox button?
    Hi friends, I have intially written a debugger script that creates 4 buttons. Now that I do not need the third button i removed that particular code statement and recompiled. When I debug the project...