A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: rpw1642822671581
Ixiasoft
Visible to Intel only — GUID: rpw1642822671581
Ixiasoft
9.2. Nios® V Processor Hardware Interrupt Service Routines
When you create a board support package (BSP) project, the build tools include all needed device drivers. You do not need to write HAL ISRs unless you are interfacing to a custom peripheral. For reference purposes, this section describes the framework provided by HAL BSPs for handling hardware interrupts.
For examples of HAL ISRs, refer to existing handlers for Intel components.Developing Programs Using the Hardware Abstraction Layer section.
Section Content
HAL APIs for Hardware Interrupts
Writing a Hardware ISR
Registering a Hardware ISR
Enabling and Disabling Interrupts
C Example