Forum Discussion
Altera_Forum
Honored Contributor
13 years agoBasic NIOS II interrupt.
I am getting the warning. --- Quote Start --- warning: implicit declaration of function 'alt_irq_register' --- Quote End --- Call in code is alt_irq_register(CODEC_SIM...
Altera_Forum
Honored Contributor
13 years agoTry # include "alt_legacy_irq.h"
although this should be automatically included by alt_irq.h whenever the enhanced irq APIs are not enabled, namely if you don't use the external irq controller.