Using the Real-Time API

Many of the supported Windows functions have similar functions in the Real-Time API. For example, to create a Windows semaphore, you would call CreateSemaphore. To create an eRTOS semaphore, you would call RtCreateSemaphore.

Related topics: