Adapting Mongoose WS for STM32H753ZIT6 with MII Ethernet Mode

Hello everyone, I am trying to run Mongoose WS on my stm32h753zit6 board but every example they use NucleoH753ZI. They are using RMII mode but in my case I am using MII do I need to update something on library. I tested couple times with different implementations but still my ethernet does not assigning the IP. I am adding the serial log. Can anybody did this before, can anyone help me about it? @te0
attachment 0
7 Replies
Marvee Amasi
Marvee Amasi2w ago
Your discover packets are sent on repeat , you r board is having no response from DHCP server. Is it an older version of mongoose you are using ?
Eray Yılmaz
Eray Yılmaz2w ago
I don’t think so I cloned it from github
Marvee Amasi
Marvee Amasi2w ago
That's why this could be am issue , compatibility issues . I get that when I clone from a repo , cus they might have a different configuration and I might be wrongly using some wrong configuration. And most times it is your mongoose that needs update.
Eray Yılmaz
Eray Yılmaz2w ago
Okay I will test it thank you
Marvee Amasi
Marvee Amasi2w ago
But make sure your Ethernet cable is properly intact in both ur board and your router or switch , even check your PHY configuration cus as you are using the MII mode , the clock speed should be set appropriately and ur pins too connected correctly just to check .. this one is a first step
Marvee Amasi
Marvee Amasi2w ago
Also check for if DHCP is enabled , or if the network is congested
Eray Yılmaz
Eray Yılmaz2w ago
Okay thank you I will try it

Did you find this page helpful?