This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Resource locking

Dear Champs,

Could you please let me know how 'resource lock' can be worked in TI-RTOS?

I found LCK_pend in older version and it seemed it was changed to GateMutex.

Are there any other methods for 'resource lock' in TI-RTOS? what is the difference between these?

I would like to list-up all methods for 'resource lock' in TI-RTOS, and to know details on these as my customer questioned this.

I found only 'GateMutex', and want to know if there are any other methods except this.

Thanks and Best Regards,

SI.

  • Hi SI,

    The "Synchronization Modules" chapter in SYS/BIOS User's Guide is a good place to learn about the different modules available for resource locking in TI-RTOS. You can look at the "Gates" section in specific. It lists all the different types of gates along with a description for each one of them.

    The user's guide can be found in your product installation. Alternatively, you can access it from the web:

    SYS/BIOS 6.46.xx User's Guide

    Best,

    Ashish