• 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...
  • 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...
  • 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
    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...
  • RL-RTX: Mailboxes - Array
    Hello, is it possible to create an array of mailboxes? I would like to use the mailbox objects as followes: int i; for (i = 0; i < 5; i++) os_mbx_wait(mbx[i], &ptr, 0x000A); Thanks for...