User Activity

Hello,I am using an STM32F746VGT6 with a LAN8742A PHY to implement a basic TCP server using freeRTOS + LwIP for text communications. I've attached the code below:  #include "bti_tcpecho.h" #define TCP_SERVER_TASK_PRIORITY 10 BaseType_t bti_tcp_serv...