Hi Yaran:
MQX Lite supports lightweight subset of the MQX componets: LW semaphore, LW evet, Mutex, LW message.
There is an example using mutex
C:\Freescale\CW MCU v10.6\MCU\CodeWarrior_Examples\Processor_Expert\MQXLite\Kinetis\FRDM_KL25Z\MUTEX_KL25Z
Mutex is an optional component, the default state is disable.
I think if you add the below line into user_config.h, and recompile all. it should able to support mutex.
| #define MQX_USE_MUTEXES | 1 |
I am attaching the mqxlite user manual here.
Regards