wRTOS Handler

wRTOS provides a handler to process exceptions that occur in an RTSS process. (If an exception occurs in a native Windows application, the Windows operating system handles it.) When the wRTOS handler encounters an error, it initiates one of the following actions:

If an exception occurs within an ISR (such as a wRTOS hardware interrupt or wRTOS timer interrupt), wRTOS immediately initiates a wRTOS Blue Screen stop message.

You can configure wRTOS exception handling so that when a fault occurs, wRTOS stops the process and either initiates a Windows memory dump or inserts a debug break.

Related topics: