Skip to main content
Explorer II
February 24, 2025
Question

MemManage error STM32H750B-DK Ethernet LwIP

  • February 24, 2025
  • 1 reply
  • 591 views

Hello,

          I have setup the following parameters to run ETHERNET Using STM32H750B-DK Board and I am getting void MemManage_Handler(void) Error.

stm32h7 eth1.pngstm32h7 eth4.pngstm32h7 eth3.pngstm32h7 eth2.png

stm32h7 eth8.pngstm32h7 eth7.pngstm32h7 eth6.pngstm32h7 eth5.png

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    March 10, 2025

    Hello,

    You can refer to this article on how to "How to create a project for STM32H7 with Ethernet and LwIP stack".

    Same MPU config and same memory usage.

     

    CaanAuthor
    Explorer II
    March 11, 2025

    Without Using FREERTOS the above specified Program runs perfectly, But After integrating ETHERNET and LWIP I am getting MemManage_Handler(void) Error.