concept of mutex

krish1 wrote on Monday, March 03, 2008:

Hi,
   I am working in freeRTOS on Embedded workbeach tools,as i checking concepts of mutex
where my higher priority task has acesses resources but without releases the resources in my higher priority task, resources is available in next priority task to acesses where my shared resources is declared as goblal,how it is possible… and i new to this tools…