I am working on a project to establish TCP communication with STM32H757 Eval Kit and PC. But the TCP communication is unsuccessful. (ThreadX, NetXduo are used)
Steps:
- nx_tcp_socket_create -> Successful
- nx_tcp_client_socket_bind -> Successful
- nx_tcp_client_socket_connect -> Unsuccessful (NX_NOT_CONNECTED status returned)
I created STM32H757 project with NetXduo enabled, referred below example repo and ported neccessary files.