• bdata across multiple files?
    I have data that I would like to efficiently address as both a byte and as 8 bits. The bdata type sounds like the way to go, but I can not make it work across multiple files. This program fails to compile...
  • 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
    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...
  • STM32F0 uint32_t access across boundary
    Hi I am using MDK5.11a on STM32F050. I come across a hard fault, which I eventually find out it is the following construct that causes the problem. The following is just to demonstrate the fault...
  • 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...