• How to trigger a Mailbox Overflow?
    Hello everyone! Well, the topic is what I want, here are the reasons why I want to know this: In my actual project I get dropped somehow in the RTX Error function osError . I've checked the registers...
  • 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...
  • 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...
  • Mailbox Problem
    Dear all When I change the priority of job2 to 1 the job2 can get the mail, but when I increase its priority it cannot get the mail. Do you have any idea what’s wrong with my code? #include <LPC17xx...