We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hi
i'm searching how to dynamically create mutex in CMSIS-RTOS/KEIL.
i saw the osMutexCreate only accept const osMutexDef_t *
do you know how i can manage to create a mutex, runtime and dynamically allocated in memory please ?
i'm porting a code where there is Mutex_Create(); everywhere so i didn't found other possibilities, yet.
thank you
best regards KArl