Nucleo-H723ZG LwIP HardFault_Handler problem
I am using a NUCLEO-H723ZG board. To enable lwip, I need to enable CPU DCache. With the default settings, and further compilation and launch in STMCubeIde (latest version 1.12), the program always crashes with the error HardFault_Handler. All the same with the Nucleo-F767ZI board works without problems. I found a post on the Internet where a person says that rolling back STMCubeIde to one of the previous versions helped him with the same problem. But I think this is not the solution to the problem. How to solve this problem?
In Debugger Console:
No source file named D:\\...\\Core\\Src\\main.c.
Note: automatically using hardware breakpoints for read-only addresses.
set *(int *)0xE000EDFC=*(int *)0xE000EDFC|0x7F0
Temporary breakpoint 3, main () at ../Core/Src/main.c:77
77 MPU_Config();