Hi, if I make any calls to mailboxes or semaphores, my application crashes. I can't even debug what happenned, all I get is "Could not stop ARM device!".
If I comment out the calls to mailboxes (e.g. os_mbx_send) and semaphores (e.g. os_sem_wait) everything works fine.
And yes, I am calling the init functions for the mailboxes and semaphores, so that's not the problem.
Any ideas? I can post some of the code if need be. Thanks.
-Mike