This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TM4C1294NCPDT: Ethernet LEDS Configuration when microcontroller in "GPIO Sinking LED Current" mode

Part Number: TM4C1294NCPDT

Tool/software: Code Composer Studio

Hi,

At my PCB, EN0LED0 and EN0LED1 are connected as the "Figure 31 GPIO Sinking LED Current" in www.ti.com/.../spma056.pdf

Moreover, my GPIO pin configuration is shown below.

MAP_GPIOPinConfigure(GPIO_PF0_EN0LED0);
GPIOPinTypeEthernetLED(GPIO_PORTF_BASE, GPIO_PIN_0);

MAP_GPIOPinConfigure(GPIO_PF4_EN0LED1);
GPIOPinTypeEthernetLED(GPIO_PORTF_BASE, GPIO_PIN_4);

In this configuration, when no ethernet plug is connected, two of leds are ON. I want them to be OFF.

Which configuration will I apply to solve this problem?

Best regards,

Koray SEPETÇİ