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.

Reconfigure Ethernet IP settings without power cycle

Try to reconfigure IP settings and software hangs at following code without power cycling:

    while (EthernetPHYRead(ETH_BASE,0) & 0x8000)
    {
    }

any solutions please? Need it to run for Ethernet based boot loader.

Thanks in advance!

Ping