Forum Discussion
Altera_Forum
Honored Contributor
13 years agoWhy Vectored Interrupt Controller IRQ -1 ?
Hello Friends i have added Vectored Interrupt Controller and generate the BSP but system.h reflect that VIC IRQ is -1 /* VIC configuration */ #define ALT_MODULE_CLASS_VIC altera_vic #def...
Altera_Forum
Honored Contributor
13 years agoThe second function parameter must rather be the actual irq you want to be enabled, not VIC_IRQ.
Moreover, did you succeed in registering the interrupt? I mean, did you already call lt_ic_isr_register() without errors?