Not enough memory to do an TCP alloc
The first step succeed and I'm able to ping my Nucleo H745ZI-Q.Next step would be creating a TCP connection, this doesn't work because of some memory related problems.Calling echoclient_pcb = tcp_new() gives me back a NULL./** * @ingroup tcp_raw * ...