STM32F429 not sending UDP on Multicast address (LwIP+FreeRTOS)
I m using LwIP+FreeRTOS (STM32Cube FW library for STM32f4xx 1.25.0).
I use the Ethernet to send TCP and UDP packets. Everything works fine: I have HTTP working, I can join Multicast groups (IGMP), I can send UDP packets on regular addresses.
But I can't send UDP packets on a multicast address. IGMP membership queries are fine but no UDP communication.
I traced it back down to the DMA transfer where I wasn't able to find anything wrong but the packet is never sent according to Wireshark from another machine.
Is there a specific setting to enable that or I am missing something ?
NB : The code is based on the demo project from the library with the IGMP settings advised on this support forum.
