TCP RST's, LWIP OS mode and TCPIP core locking
Hi Folks,
I have been spending quite a while trying to trace TCP_RST 's happening with the STM32H7, specifically H743.
Raised the issue on individual mailing lists; folks there are quite frustrated with ST.
I could sense a lot of frustration in different people. Some did have weird comments. :(
In a situation, where I am running CubeH7 1.8.0 with FreeRTOS and LWIP.
In a private email, by one of the LWIP folks, they pointed me to:
https://www.nongnu.org/lwip/2_0_x/pitfalls.html
https://www.nongnu.org/lwip/2_0_x/group__lwip__os.html
and
https://www.nongnu.org/lwip/2_0_x/group__lwip__opts__lock.html#ga8e46232794349c209e8ed4e9e7e4f011
to even start debugging where the problem originates in the first place.
The whole idea is to use NO_SYS 0,
enable LWIP_TCPIP_CORE_LOCKING.
This led to a whole lot of other issues.
Looking into the ST port, it does not seem to have LWIP_TCPIP_CORE_LOCKING ported ?
Any suggestions, folks ?
Thanks
Manu
