The Interrupt Manager configures the interrupt and handles the interrupt requests and prioritizations.
- Configurable External Interrupts
- Configurable Interrupt Table
- Shows All interrupts supported for all active modules/drivers
- Enable/Disable interrupt/s supported for all active modules/drivers
- Separate High and Low Priority Interrupt Table
- Configurable priority for each interrupt supported for all active modules/drivers
- Enable/Disable Vectored Interrupt
- Non-vectored Interrupt features
- Configurable ISR Execution
- Enable/Disable High/Low Interrupt Priority
- Vectored Interrupt features
- High/Low Priority Interrupt is enabled
This driver generates the following files:
- ./mcc_generated_files/system/src/interrupt.c => A driver file containing the Interrupt Initialization and External Interrupts API function prototypes implementation
- ./mcc_generated_files/system/interrupt.h => A driver file containing the API function prototypes definitions and macros used for interrupt implementation
All notable changes to this project will be documented in this file.
- M8PD-10406 :- Generation of module ISR call inside legacy Interrupt Routine when "Generate MODULE ISR" component is enabled in the dependent module GUI
No changes from previous version
No changes from previous version