Hello,
We are working with a custom PWA which though based on the TM4C1294 Launchpad has different connections for the LAN LEDs. They are connected to PK4/PK6.
Our firmware is based on the enet_s2e example. I made what I think are the changes to the only code managing the LAN LEDs. The changes were in the pinout.c file and the lwip_task.c file. See below.
On our LAN jack only the LED connected to PK6 is lighting. It comes on when there is a link and goes out when I remove the LAN cable. The other LED on PK4 never lights.
And.
I must be missing something.