STM32F107VCT6 and LAN8720 Ethernet Communicaton
Hello,
currently we are working with easyMx Pro V7 Boards in Class and we are trying to get basic ethernet communication working. First time for everybody using stm32cubemx and HAL, even our teacher never used either one. Any Communication happening would be nice. Currently we have:
- Enabled the HSE Crysal/Ceramic Resonator
- Enabled MCO
- Enabled ETH in RMII Mode
- Configured PHY according to this. When looking at the Datasheets it seems to be the same.
PHY_Address = 0
PHY Special Control/Status register Offset - 0x1F
PHY Speed Mask - 0x0004
PHY Duplex Mask - 0x0010
PHY Interrupt Source Flag Register Offset - 0x001D
PHY Link Down Interrupt - 0x0010- Enabled LWIP
- Disabled DHCP and set a static IP
Currently we are not getting any response to our pings or any other indication that something is working. Did we forget to configure anything? Is there an accurate guide somewhere?
