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.

TMS570 + lwIP library connect problem

Hi everyone. i am newbie at tms570 and lwIP library. and i try to connect to ethernet with my board. I use TMS570LS31X HDK. I downloaded lwIP and imported to my solution at CCS. i compiled correctly but when i started the program, the mcu cannot communicate with my PC. I changed just 1 line at code. That is at lwIPinit function cause my pc hasnt got a DHCP server so i changed that to Static IP command.  all other sides are still same with library example. when i monitorized the status at serial port. I can see the all links completed with suscess and "the webserver is accessible @ 10.0.0.5"(my board ıp which i initialized at lwIPinit func) i try to access to server with browser ie, crome etc . but  i cant access. there is nothing to connect . i monitorized network there is no frame or package from my board ıp adress to anywhere. my ethernet switch @board is on status. my cable is cross.( i tried with normal one-to one  cable but still nothing) my firewall is offline. my antivirus is disabled. i tried some different codes(udp examples etc) but still nothing. the ethernet symbol is always spinning. i have no idea why i cant do it. if you have and experience with this library and if you have an any idea pls help me :)  sorry for my weak english and thx for helping

  • Did you try to give the board a static IP address that is on the same subnet as your PC?
    Does your PC IP address start 10.0.0.x? for example?
  • Firstly Thx for your reply Anthony. I got over my problem. i changed my hdk. rev D to rev E and my same codes started to work. i think it is about ethernet transceiver ic. the ICs are same type but manufacturing numbers are different. my idea is ehernet transceiver ICs default MII options is disable  which is at rev D hdk  so that i could not use ethernet at rev D kit . but it is just a idea i did not investigate on it a lot.