• 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...
  • 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!
  • RTX166 Task Stack Overflow?
    What happen on RTX166 when I have OverflowStack error on a Task? Sometimes I saw a variable change value. Is it possible that a stack overflow change value of a variable? Now, on my system (20...
  • Memory Pages bigger than 16kB?
    Hello, is it possible to access memory pages with the C167(infineon) that are bigger than 16kB? 16kB per page are to small for my application.
  • Task stack size of RTX kernel
    Hi, I am trying to use the RTC of LPC2378 and the RTX kernel of KEIL. The below is the code of one of my tasks. void job3 (void) __task { while(1) { snprintf(FMTstring, 29, "%04d-%02d...