Skip to main content
Caan
Associate III
February 24, 2025
Question

MemManage error STM32H750B-DK Ethernet LwIP

  • February 24, 2025
  • 1 reply
  • 1364 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

1 reply

mƎALLEm
ST 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.

 

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
Caan
CaanAuthor
Associate III
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.