Forum Discussion
Altera_Forum
Honored Contributor
8 years agoInterrupts from HPS peripherals
Board : DE-10 ( Cyclone V SoC ) OS : FreeRTOS Hi, I'm writing a driver for FreeRTOS+TCP stack. I configured the EMAC1 and DMA peripherals. At this moment, everything works fine, except tha...
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.