Skip to main content
paulrbryson
Associate III
June 7, 2020
Solved

STM32CubeMX will not allow enabling IGMP.

  • June 7, 2020
  • 1 reply
  • 1142 views

I am using a a very recent version of STM32CubeIDE (Version: 1.3.1) and STM32CubeMX (5.6.1.202004052303). I created a new project for the Nucleo-F207ZG board.

I have enabled LWIP and then enabled UDP but the "IGMP module" has no "enabled" option. Is there some dependency that I am missing?

This topic has been closed for replies.
Best answer by Nesrine.JLASSI

Hi @paulrbryson (Community Member)​ 

Try to read this Parameter description:

0693W000001qHULQA2.png

You should:

  1. Enable "    LWIP_MULTICAST_TX_OPTIONS   "
  2. Enable "    LWIP_IPV4   "
  3. MEMP_NUM_IGMP_GROUP>1   

0693W000001qHVEQA2.png

Best regards,

Nesrine

1 reply

Nesrine.JLASSI
Nesrine.JLASSIBest answer
Visitor II
June 8, 2020

Hi @paulrbryson (Community Member)​ 

Try to read this Parameter description:

0693W000001qHULQA2.png

You should:

  1. Enable "    LWIP_MULTICAST_TX_OPTIONS   "
  2. Enable "    LWIP_IPV4   "
  3. MEMP_NUM_IGMP_GROUP>1   

0693W000001qHVEQA2.png

Best regards,

Nesrine