Forum Discussion
Altera_Forum
Honored Contributor
19 years agoInterprocessor communication
I have a multiprocessor application where the main processor is using uC/OS2. To send messages between the processors I am using altera_avalon_mailbox_pend() and altera_avalon_mailbox_post(). T...
Altera_Forum
Honored Contributor
15 years agoYes.I have the same problem. altera_avalon_mailbox_pend() doesn't work well. It does not block the task while seems to be a busy waiting!