Forum Discussion
Altera_Forum
Honored Contributor
13 years ago"Simple Socket Server" demo code stop after display "simple socket server starting up
Dear Friend's i am using DE2_115 board and over that i am running simple socket server example, i just strip out LED and 7-Seg Show Task's from my Code and compile it but when i run this peace ...
Altera_Forum
Honored Contributor
13 years agoSorry, I suggested IOWR_ALTERA_AVALON_PIO_EDGE_CAP(LOAD_BASE, 1)
but actually you should use IOWR_ALTERA_AVALON_PIO_EDGE_CAP(LOAD_BASE, 0xf) since I see you are using all 4 PIO inputs and the previous one would reset only irq for first button. This must be changed both in irq handler and before alt_ic_isr_register calls. Let me know if this way it works