Note that I was already using the latest CubeMX version with this specific issue fix.I left a test running overnight with my proposed changes, and it hanged again after some hours. At least it is not minutes though.
Indeed, I was already using the new CubeMX version with the fix, and ICMP (ping) still hangs after some time.I made a couple of changes which I outline in a comment in this thread: https://community.st.com/s/question/0D50X0000BMErkFSQT/stm32f407-lwi...
edit: THIS IS WRONG. I am leaving it so you can see what didn't really worked :)I also stumbled upon this issue, as anyone else who has used the default CubeMX code.My attempted solution to this ethernet deadlock was this :memset(&attributes, 0x0, s...
Hi @AFara.2 . What worked for me was to set "PHY Address = 0" , that would be in the third image that you posted. Otherwise, all other configuration was left with their defaults.