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
7 Replies
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 ?
I don’t think so I cloned it from github
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.
Okay I will test it thank you
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
Also check for if DHCP is enabled , or if the network is congested
Okay thank you I will try it