Forum Discussion
Altera_Forum
Honored Contributor
8 years agoThe problem is solved.
I had to call: alt_int_dist_target_set( ALT_INT_INTERRUPT_EMAC1_IRQ, (alt_int_cpu_target_t) 0x01); in order to direct the EMAC1 interrupts to the first core. That call will set "Interrupt Processor Targets Registers", which start at 0x800 of the GIC. Regards.