This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RL-RTX: Mailboxes - Array

Hello,

is it possible to create an array of mailboxes? I would like to use the mailbox objects as followes:

int i;
for (i = 0; i < 5; i++)
  os_mbx_wait(mbx[i], &ptr, 0x000A);

Thanks for every hint!

Best regards,
David

0