User Activity

I'm testing an UDP client/server using a NUCLEO-F429ZI (Ethernet).Code is generated thanks to STM32CubeMx.I'm using FreeRTOS and LWIP.DHCP, ICMP and UDP are enabled. TCP is disabled.IP stuff is done using socket API, one thread for receiving, one thr...
simple project is just a completly CubeMX generated file.IDE : TrueSTUDIOpackage : STM32Cube FW_F7 V1.15.0build fails with \Src/main.c:357: undefined reference to `HAL_RS485Ex_Init'package : STM32Cube_FW_F7_V1.14.0 & STM32Cube_FW_F7_V1.12.0 & STM32Cu...
Hello,I'm using a NUCLEO144 board. I've enabled FREERTOS and LWIP.I have:one thread in charge of endlessly sending (netconn_sendto) out a message to a distant host and sleeps for a second osDelay(1000) a second thread in charge of receiving data from...