I just successfully configured +tcp on a stm32f303 device using IAR IDE. I’m using a +TCP Multi stack for my 2 ethernet interface. UDP connections works fine both receive and send on both 2 interface and endpoint. So i believe there’s no more problem on the network interface layer.
But when I started testing TCP connections, the handshake fails. I have a test tcp port on 10000 and I used Putty and Packet Sender to test the tcp connections. I tried a telnet demo on port 23 that Hein sent me, but yielded the same results. I attached related files.
Seems like the client somehow doesn’t get the SYN+ACK packet. I have no idea if this is a client side or server side problem. I need some help
FreeRTOS Kernel V10.2.1
FreeRTOS+TCP Multi (2019_may_9) (got this version from Hein)
edit: I’ll try making the stack initiate the connection. Previously, i was just initiating the connection from my PC.