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.

StarterWare lwip Timeout function

Hi,

We need some advice about the StarterWare lwip application.
Our customer's application is using Ethernet on AM335x based on StarterWare_02_00_01_01 lwIP sample code.
The AM335x's Watchdog timer gets reset with a few hours of continuous operation .

After some debugging we have found that this WDT reset happens when sending
data through lwIP module. I believe that we need to add a timeout function to
the lwIP and some E2E posts mentions that we need to add periodical
call tcp_tmr and "sys_check_timeouts" to the main function.

Can we assume that Starterware sample code doesnot implement function,
and sys_check_timeouts should be added to the main program? And what is the preferred timeout period(is it 250ms?).

Best Regards
Kummi