Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12600 Discussions

Alt_irq_register -- removed?

Altera_Forum
Honored Contributor II
1,070 Views

Did the old alt_irq_register, alt_irq_enable\disable functions get taken out? I'm using quartus 12 and it seems like they only have some new IRQ related functions in alt_irq.h, what gives?

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
229 Views

They should be present, the new interrupt API is the default though. If you take a look at the system.h file you should see a macro called something like "ENHANCED_INTERRUPT_API" set to 1 which causes the new API to be used. For more details I would take a look at this document: http://www.altera.com/literature/hb/nios2/n2sw_nii52006.pdf

0 Kudos
Reply