• Application of Mailbox
    How are the functions _init_box & _declare_box different from os_mbx_init & os_mbx_declare. I am studying the their application and usage but am finding it quite confusing. googled but cant find...
  • 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 overflow
    Hello, I have a problem that involved "Mailbox overflow detected " in RTX. I uses RTX and attempt to implement the Uart communication between Stm32f3 board A and B. I describe the flow as...