Hi.
I am using TM4C1292 with LWIP.
Usually everything works fine but I have noticed that sometimes randomly web page hosted on the microcontroller strops working.
I checked the TCP packets in wireshark and noticed that TCP SYN-ACK messages sent by microcontroller has TCP header checksum field with value 0x0000.
When everything works then there is not 0x0000 but some kind of value.
I checked that Tx descriptors 23:22 bits have value 0x3 which means that software leaves 0x0000 for checksum and checksum offload engine replaces it with correct checksum, but this does not happen.
It seems like offload engine randomly stops working.
Can someone please help me?
Thanks in advance,
Karlis