Hi,
I am developing on a custom board of TM4C1294+lwip1.4.1+freeRTOS+ccs6.1.
The Ethernet is used for socket communication with a server, and the communications modules run well in EK-TM4C1294.
However, the custom board,same schematic as ek board, not even detects the Ethernet interrupt. It does not call `lwIPEthernetIntHandler` defined in startup_ccs.c as well as` lwIPInterruptTask` in lwiplib.c.
I checked some registers associated with Ethernet in the custom board, but I have not found any problems in registers. Unlike EK board, EMAC_TXCNTGB, TXOCTCNTG, RXCNTGB, RXCNTGUNI never update any values since the Ethernet Interrupts never occur in the custom board. Other than them, the values of register related with EMAC are same between Ek board and custom one. (also RCGCEMAC = 1 and RCGCEPHY=1, PREPHY=1, PREMAC=1,)
So does it look like hardware issues?.
Thanks,
Jin