Hi Everyone,
I am fairly new to microcontrollers but I have to use EK-TM4C1294XL for Serial to Ethernet(S2E) conversion as a part of my project. For S2E coversion as you might know a project named enet_S2E already exists in the library, I managed to built the project and run it without errors. The enet_s2e application hosts an embedded web server that provides a convenient configuration interface and to access that I need the IP address of the device(EK-TM4C1294XL)
To talk to the Launchpad I am using TeraTerm, for that I am using serial to TTL, RS232. When I run the serial to Ethernet application it shows on the TeraTerm terminal that its acquiring IP address but its never able to acquire it. My question is that how I can acquire the IP address ? Am I doing something wrong ?
I have attached a screenshot of CCS and TeraTerm terminal. I have also added a picture of the setup, how I connected all the cables.
Any of help of advice would be highly appreciated. Thank you