Hi,
I am trying enet_weather example for TM4C1294XL board.
The code works fine when I am trying to send the data to openweathermap.org
For a change I created a local server and hosted some services and provided static local ip to server (10.10.1.210).
I have modified the code to send JSON request to local server and expecting some JSON response from server. Now I am sending data on local server I can see the JSON string being sent to fetch the data (on serial port debug mode). On server also the request is coming and it is sending a JSON response, but on the board I am not getting this response and also not getting HTTP 200 OK from server.
Also at the same time board is restarting and Ethernet port is disabled and not able to assign the IP address to the board anymore until and unless hardware reset is not done. After hardware reset the same sequence is happening.
Can anybody explain me why this problem is occurring?
Thanks,
Bhavesh