Forum Discussion
Altera_Forum
Honored Contributor
11 years agoSee you all program execution in debugger ? No errors ?
GHRD from Altera may exactly not connect FPGA PBs to interrupt inputs. My FPGA programmer make special design and invert PB values, because interrupts take in on logical 1, and pressing of PB generate 0, 1 in free state. And we don't know, on what input of GIC (generic interrupt controller) is come in our signal -- may be 64 from 72 to 135 (ALT_INT_INTERRUPT_F2S_FPGA_IRQ*) and 207 -- ALT_INT_INTERRUPT_FPGA_MAN_IRQ. I write polling all 0..255 function and see only 71 == ALT_INT_INTERRUPT_DDR_ECC_ERROR_IRQ often :) P.S. Now I handle interrupt from both FPGAs PBs, include .zip with .sof for ALT_INT_INTERRUPT_F2S_FPGA_IRQ23 ?