stm32h723 lwip configuration problem
I wanted to replace my system that used to work with stm32f407VGT6 with STM32H723VET6 as it is cheaper.
I designed a new pcb, followed the steps in the link below and created a project.
I got hardfault every time I compile the code and throw it to the processor.
While reviewing the processor datasheet, I saw that the ram areas he suggested to use in the example were 16KB instead of 128KB in the STM32H750.
Default address of LWIP_RAM_HEAP_POINTER (RAM Heap Pointer) 0x30044000 corresponds to non-existent memory in STM32H723VET6
each time I got HardFault from the function below.
StartDefaultTask
MX_LWIP_Init
tcpip_init
lwip_init
mem_init
Does anyone have any suggestions about problem?
