Other Parts Discussed in Thread: EK-TM4C1294XL
Hello team,
We are using a customized board which has TM4C1294NCPDT microcontroller. In that we have used PK_4 and PK_5 Pins as Ethernet link/Activity LED's. Currently we are testing using enet_io Tivaware code and changed Ethernet LED code part in drivers/pinout.c file as below.
MAP_GPIOPinConfigure(GPIO_PK4_EN0LED0);
MAP_GPIOPinConfigure(GPIO_PK5_EN0LED2);
MAP_GPIOPinTypeEthernetLED(GPIO_PORTK_BASE, GPIO_PIN_4 | GPIO_PIN_5);
After doing the above configuration, both PK4 and PK5 LED's are acting as Link LED only. But as per the tm4c1294ncpdt datasheet(section 20.4.2.4), PK5(EN0LED2) should act as activity LED. Please give us clarification about this issue.
Thank you.