Skip to main content
Explorer
July 3, 2024
Solved

Ethernet: LWIP memory issue

  • July 3, 2024
  • 2 replies
  • 1517 views

Whenever i am trying to post data i am facing this error this is making my system reboot everytime.

I am using STM32F417VETX controller.

Assertion "detected mem overflow in pool TCPIP_MSG_INPKT" failed at line 109 in ../Middlewares/Third_Party/LwIP/src/core/mem.c
Assertion "detected mem underflow in pool TCPIP_MSG_INPKT" failed at line 120 in ../Middlewares/Third_Party/LwIP/src/core/mem.c

    This topic has been closed for replies.
    Best answer by VanshajKaistha

    I just set my MEMP_MEM_MALLOC to 0 which stopped the assertion.

    2 replies

    ST Employee
    July 3, 2024

    Hello @VanshajKaistha ,

    Can you give more information about your STM32CubeF4 version you are using as well as your memory configuration (buffer and descriptor placement, alignment  ..)
    Also check you Lwip configuration and share it, if possible, you will find it in lwipopts.h .

    If you are using RTOS make sure you are allocating the right pool, stack sizes.
    Regards 

    Explorer
    August 26, 2024

    I have handled the issue thanks for the response. :)

    Graduate II
    January 30, 2025

    @VanshajKaistha

    Hi, could you please elaborate on how you solved this issue? I'm facing the same issue.

    Thank you in advance.

    Regards

    VanshajKaisthaAuthorAnswer
    Explorer
    February 4, 2025

    I just set my MEMP_MEM_MALLOC to 0 which stopped the assertion.