• Priority inheritance with short wait timeout
    For how long does a low priority task run at the higher priority when priority inheritance comes into play? os_mut_wait(0xFFFE); If a high priority task is waiting a long time I would expect the...
  • Priority inheritance with short wait timeout
    For how long does a low priority task run at the higher priority when priority inheritance comes into play? os_mut_wait(0xFFFE); If a high priority task is waiting a long time I would expect the...
  • 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...
  • 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...
  • priority problem
    I have a situation where code runs fine at one setting and not at anther. At issue are two timer routines. Both are low priority. sThey are timer 2 and timer 3 in a Silabs 040 processor. The PCA is...