Forum Discussion
Altera_Forum
Honored Contributor
15 years agoMicroC-OSII mutexs
does anyone know if you can define multiple mutexs in microC OS 2? I have more than one shared resource that I would like to have different semaphores for. But I would like to use mutex sema...
Altera_Forum
Honored Contributor
15 years agoMy uC/OS-2 manual reads
DispMutex = OSMutexCreate(20, &err); Based on this i see no reason why there should be not more then 1 Mutex in a System. What you need to do is reserve enough space for the event control blocks in the system lib settings. karsten