• Setting task events from within a running task.
    I use the RTX Kernel for LPC1788.Is it advisable to use the os_evt_set() from within a running task, in order to set an event for other task?Basically, what i want to know is that can we call another...
  • 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...
  • Setting task events from within a running task.
    I use the RTX Kernel for LPC1788.Is it advisable to use the os_evt_set() from within a running task, in order to set an event for other task?Basically, what i want to know is that can we call another...
  • 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...
  • Can a task call function defined in another task?
    Hello, we are using Keil's RTX Real-Time Operating System. Can a task call function defined in another task ? Thank you!