• KEIL RTX Mailbox example
    Hi, i'm currently experimenting with RTX Mailboxes and i tried one the Keil example which is not working. I stripped some unimportant things like serial initialization, etc OS_TID tsk1; /* assigned...
  • mailbox
    Hello, I would like to use a mailbox and i've studied the RTX manual. But i still have a problem.. I want to use the message of the mailbox in a switch, but i cannot understand what i should pass to...
  • RTX Mailbox Example does not work with LPC2294
    Dear All, I want to use RTX with Mailboxes but I have a Problem to get it run on the LPC2294. I took the Mailbox Example and changed the processor to the LPC2294. After that I changed the DEBUG Target...
  • Mailbox problem
    Iam using a mailbox, which is properly declared, initialized and used. However i use static variable which is declared as an array to store information.(to optimize for time). The message resides...
  • Multiple mailbox
    I'm trying to use multiple maibox for communication between a parent task to other tasks daughters. But my parent task can only communicate with a single child task, after which the system seems to...