Cannot enable IGMP in STM32CubeIDE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-06-08 1:47 PM
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?
Can anyone else enable IGMP?
Solved! Go to Solution.
- Labels:
-
Ethernet
-
STM32CubeMX
-
STM32F2 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-06-08 3:35 PM
Hi @paulrbryson​
Try to read this Parameter description:
You should:
- Enable " LWIP_MULTICAST_TX_OPTIONS "
- Enable " LWIP_IPV4 "
- MEMP_NUM_IGMP_GROUP>1
Best regards,
Nesrine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-06-08 2:04 PM
Duplicate of: https://community.st.com/s/question/0D53W0000091hbnSAA/stm32cubemx-will-not-allow-enabling-igmp
Probably just one of those things where the code can support something, but it isn't built into STM32CubeIDE (yet).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-06-08 3:35 PM
Hi @paulrbryson​
Try to read this Parameter description:
You should:
- Enable " LWIP_MULTICAST_TX_OPTIONS "
- Enable " LWIP_IPV4 "
- MEMP_NUM_IGMP_GROUP>1
Best regards,
Nesrine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-06-08 6:19 PM
Wow thank you very much!
I had no idea that those descriptions were there. I may never have clicked on the "i" button and/or I never scrolled past the last parameter. Maybe I need a bigger screen and/or more monitors.
Also I never noticed the "Show Advanced Parameters" check box before.
