STM32H743ZI : I can not do a TCP/IP Socket communication
Hello,I try to do a connection via TCP with LWIP/FreeRTOS activated (ioc file joined)For testing i use telnet command and I am unable tio pass the "accept" function.Here the simple piece of code: int sock, newconn, size; struct sockaddr_in add...