• RTX - Mailbox
    Issue: My Task1 is sending message if(os_mbx_check() > 0) Task 2 is waiting for message and reading the msg.(and assume it has low priority) like below: Line 1: os_mbx_wait (client_task_mailbox...
  • 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...
  • Dynamically allocate a RTX mailbox
    Hello, I'm using the Realview RTX and facing an issue of how to dynamically allocate a mailbox. What I'm trying to create a reentrant function, which is called by some RTX tasks, and uses a mailbox...
  • Mailbox Peek function for RTX
    Hi, I'm writing a socket oriented layer over tcp net using RTX . I need to redirect socket events to the good task for the good socket. I use together mailboxes and events : the OR / END triggering...
  • The BUG of MAILBOX IN RTX
    The following code is part of RL-CAN in RL-RAM static CAN_ERROR CAN_pull (U32 ctrl, CAN_msg *msg, U16 timeout) { CAN_msg *ptrmsg = NULL; U32 ctrl0 = ctrl-1; /* Controller index 0 .. x-1 */ OS_RESULT...