• disabling an interrupt like in a task
    hello, I have a task that needs to query the value of a global variable that is also accessed in an ISR. it is a mistake to have the task scheduler preempt my task while the interrupt like is disabled...
  • RTX extern task
    Hi, i want to put my tasks into different files but i have some problems i already searched the forum and found this thread: http://www.keil.com/forum/16857/ in my main.c #include <rtl.h...
  • RTX tasks
    Hi, I try RTX RL-ARM and I would like to know if the only way for task switching is by round-robin. Best regards.
  • Define task as a menber of class
    Hello, in my CPP project, on asynchronous task must have access to lot of information of a class, so does it is possible to defined a task as a class member ?? When I try to define a __task as a...
  • CMSIS-RTOS RTX: something like "osDelay(0)" possible?
    Hi, I like to do a manual thread switch like osDelay will switch to a new thread, but without a timeout value, simply something like osDelay(0). As far as i can see, there is an function osThreadYield...