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.

Starterware: TMDXRM57LHDK lwIP Getting PHY Link Status...!!! ERROR !!!..DONE

Other Parts Discussed in Thread: HALCOGEN

Tool/software: Starterware

Hi,

I have done all conifgurations like in the manual, link below.

processors.wiki.ti.com/.../LAUNCHXL2_RM57L:_lwIP_Demo

but when I'm in Debug mode and check the console window I get this Error:

HERCULES MICROCONTROLLERS
Texas Instruments
Little Endian device
Initializing ethernet (DHCP)
        DEBUG - Getting PHY ID...SUCCESS
        DEBUG - Getting PHY Alive Status...SUCCESS
        DEBUG - Getting PHY Link Status...!!! ERROR !!!..DONE


-------- ERROR INITIALIZING HARDWARE --------

What can it be? Has anybody an idea? Thank you.

I also get an Error on this line when I build the Project.

pinMuxReg->PINMUX[9] = PINMUX_BALL_R4_ | PINMUX_BALL_N17_EMIF_nCS_0 | PINMUX_BALL_L17_EMIF_nCS_2;

Error message is  "PINMUX_BALL_R4" is undefinded. When I commed it out it is build without Errors.