Question
Way to implement both Netconn TCP server and client on same IP address
Posted on October 14, 2015 at 02:47
Hi All,
I am now using Netconn based HTTP(web server) and TCP server on STM32F429I Eval board. HTTP and TCP server are running on each thread (FreeRTOS) and both connections are created by Neconn API, netconn_new(NETCONN_TCP). They look working well. And I had to add TCP client so I made one more thread and tried to make connection using newconn_new(TCP) but there was system halt in vSemaphoreCreateBinary(), actually pvPortMalloc(). How can I put both TCP server and client on same IP? Any advice will be very thankful.RegardsChris