• Virtual Timer
    Hello I would like to ask if it is possible to restart a virtual timer in os_tmr_create? For example, in the first task I created a virtual timer, then in the second task I will be needing a timer...
  • 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.
  • 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 with one task
    Hi! Can I use RTX Kernel with only one task at hand? The idea is that I can use the library routines for CAN, TCP/IP or FAT file system in my application without writing these complex things by my own...
  • RTX, check if task is running
    Hi guys, I'm using the Keil RTX (RTOS) and I would like to ask, how to check if a particular task is running or not? In another words, I need to get the state of the task. I've searched though the...