Forum Discussion
Altera_Forum
Honored Contributor
13 years agoError: Eclipse (Code Stuck at printf function) Incompatible 2 value with TX_CMD_STAT
InterNiche Portable TCP/IP, v3.1 Copyright 1996-2008 by InterNiche Technologies. All rights reserved. prep_tse_mac 0 Your Ethernet MAC address is 00:07:ed:11:83:04 prepped 1 interface,...
Altera_Forum
Honored Contributor
13 years agoPlease clarify a main point: does your program get stuck when you register and enable the LOAD interrupt or even without the irq?
In the first case, as I said in the other thread, the LOAD irq must have the HIGHEST priority: infact I see in your current sopc system the timer priority is still higher and this will either prevent LOAD irq (priority 1) to be serviced, or possibly mess up the whole system. Those priorities should be inverted.