NUCLEO-H743ZI2 lwIP TCP Connection
How can I establish a TCP Connection with an NUCLEO-H743ZI2 ?
I managed to establish a simple TCP Connection with a NUCLEO-F429ZI and my PC using the lwIP stack (without FreeRTOS). The NUCLEO-F429ZI was the client and connected to a server, which was running on my pc using hercules. This worked without any problems. Now I tried to use a NUCLEO-H743ZI2 instead, because I needed more RAM for my application. I implemented basically the same application but the tcp connection is never established. After calling
tcp_connect(...)
the callback is never called.
I tried multiple different firmwares and configurations but nothing worked for me.
I also tried with same linker file and mpu configuration but it is not working.
please guide me about this issue. your immediate response is really helpfull
