Hi,
I am porting an app from DSP/BIOS to current Sysbios. I have some issues with the LCK module. As the legacy note states that LCK has been replaced by gatemutex. but I can see that mapping is not one to one. I have a code which has LCK_pend(handle,0). Is there any way I can incorporate the timeout of 0 to gatemutex?
Thanks