Makes sense.
It appears that xNetworkInterfaceInitialise sets up an interface provided by Renesas.
So it sounds like this hasn’t been seen yet and may be in their mac driver?
I have already found that by commenting “vTCPStateChange( pxReturn, eSYN_FIRST );”
in FreeRTOS_TCP_IP.c, it won’t break, but that just means something downstream isn’t
working.
Any recommendations how I should debug something as dynamic as this?
And thanks for taking your time for all your answers.