eRTOS Handler
Whenever an exception occurs in an eRTOS application, the eRTOS handler initiates one of the following actions:
- Freezes and/or terminates the process
- Modifies the application environment and continues
If an exception occurs within an ISR (such as an eRTOS hardware interrupt or eRTOS timer interrupt), eRTOS immediately initiates an orderly shutdown.
Related topics: