Other Parts Discussed in Thread: SYSBIOS
Hello,
As per the DSP/BIOS to SYS/BIOS migration document, the "LCK" module is to replaced by the "GateMutex" module. But I see that functionality of the two modules do not have a one to one mapping.
For example, when calling LCK_pend() we can specify whether we want to wait for a certain time period before a resource is available or not. But this concept of "timed wait" is missing in the "GateMutex" module. Can you please help me in understanding the method by which the LCK module can be ported to the GateMutex module.
Thanks.
Divya