• Accessing a mailbox across multiple files
    I declared a mailbox 'DMAmbx' in a header file called definitions.h, initialized it in the main function and used it to send messages through an interrupt service routine in a different file (dma.cpp...
  • Accessing a mailbox across multiple files
    I declared a mailbox 'DMAmbx' in a header file called definitions.h, initialized it in the main function and used it to send messages through an interrupt service routine in a different file (dma.cpp...
  • 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
    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
    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...