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
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.
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
Stellaris ARM LM3s9997, it uses Static IP only, lwip based UDP protocol, need to configure different IP settings for both boot part and application part separately after entry.
Thanks!
Ping