• 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...
  • Mailbox guide example
    #include <stdio.h> /* standard I/O .h-file */ #include <stdlib.h> /* standard I/O .h-file */ #include <ctype.h> /* character functions */ #include <string.h> /* string and memory functions */ #include...
  • Mailbox guide example
    #include <stdio.h> /* standard I/O .h-file */ #include <stdlib.h> /* standard I/O .h-file */ #include <ctype.h> /* character functions */ #include <string.h> /* string and memory functions */ #include...
  • 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...