I had a similar problem receiving multicast when migrating from STM32F7 to STM32H7. My solution was binding the socket to IP_ADDR_ANY instead if the interface IP-address:netconn_bind(conn, IP_ADDR_ANY, port);From LwIP CHANGELOG 2.0.1 : > * udp.c: fix...