A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: iga1457471800177
Ixiasoft
Visible to Intel only — GUID: iga1457471800177
Ixiasoft
38.7.4.2. Do Not Register the ISR
Remove the call to alt_ic_isr_register() for the interrupt that you place in the vector table. Replace it with an alt_ic_irq_enable() call. You must not call alt_ic_isr_register(), because it overwrites the contents of the vector table, destroying the body of your ISR.