How to send and receive UDP packets on the Nucleo-H723ZG board?
I am trying to use LWIP on the STM32H723 Nucleo board to send and receive UDP packets. I have generated code using CubeMX version 6.70 and configured it to use LWIP with FreeRTOS. I have referred to the H7 series LWIP related problems and H723 address setting problems in this community. But when I run the project, it triggers the MemMange_Handler(void) and no longer proceeds. I believe the issue may be with the MPU configuration. If I don't set up MPU, the project runs, but I can't send or receive UDP packets. When I check packets using WireShark, I can only see ARP protocol when sending UDP packets. I would appreciate it if you could tell me the solution.
