EVAL performs badly in Ethernet udp stress, (and NUCLEO performs OK)
Hello,
I am struggling with Ethernet issue.
We see the following:
1. stm32h743-EVAL - using RTOS example with udp echo server, stops responds to udp/ping request during a short stress test. And even after stopping the stress, it stops responding at all to any request ! I have to reset board to make is respond (changing to 400 and restarting debugger did not help !!)
2. stm32h743-NUCLEO - using RTOS example with udp echo server, still responsds to udp/ping request during a short stress test.
Comparing the changes in code (assuming that it is not an HW difference between nucleo and eval), I saw that PLLN in eval was 160, while in nucleo 400. (yet, there are other differences too that I should still check).
I suspected that this is the PLLN issue, because when changing PLLN in nucleo to 160, it stops responding during the test. (but after stopping it did continue responding to requests). So, I then tried to change in nucleo to 400, but it did not help in EVAL.
Any idea ?
Ran
