Hello,
I am attempting to use a EK-TM4C1294XL and run the s2e example provided here. The example uses FreeRTOS and lwIP. I am able to successfully program the microcontroller and connect to the webpage using the IP address provided. I noticed that the IP address would return a "webpage not available error" after about 60 minutes. I pinged the IP address every 60 seconds. After 87 minutes, I received the "destination host unreachable" message. I didn't notice any sort of timeout in the code. Am I missing something? In the end, I'd like to remove or extend this timeout (if there is one).
CamK