wRTOS and Windows
With the exception of its real-time handler RTSS is conceptually similar to other Windows subsystems in that it supports its own execution environment and API.
The HAL extension maintains interrupt isolation between RTSS and Windows, while providing inter-processors interrupt (IPI) communication between the two. The RTSS schedules its tasks to execute on separate processors, without any interference from Windows or Windows processes, but still allows for communication with Windows processes (RTAPI) and drivers (RTKAPI) through standard inter-process communication (IPC) and shared memory.
Video available. See the Runtime Overview video in the IntervalZero Video Library at www.intervalzero.com for an introduction to the Runtime product and related tools and components.
Components:
Related Topics: