Ethernet example for STM32H745I-DISCO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-10 5:12 AM
Hi All,
I have a ST32H745I-DISCO and would like to use its Ethernet port. It has a LAN8740A PHY connected to the MII port. There seems to be no Ethernet example for the STM32H745I-DISCO in stm32cubeh7. Does anyone know of an example that uses STM32 and LAN8740A over MII?
Thanks,
Ade
Solved! Go to Solution.
- Labels:
-
Ethernet
-
STM32H7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-10 3:11 PM
Take some similar example and adapt it to your hardware!
But also be warned about this: https://community.st.com/s/question/0D50X0000BOtfhnSQB/how-to-make-ethernet-and-lwip-working-on-stm32
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-10 3:11 PM
Take some similar example and adapt it to your hardware!
But also be warned about this: https://community.st.com/s/question/0D50X0000BOtfhnSQB/how-to-make-ethernet-and-lwip-working-on-stm32
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-12 9:15 AM
Thanks Piranha,
I was asking for that similar example!
As it happens I was able to get it working (DHCP, ICMP, HTTPD) using CubeMX to generate the project with MII but using the driver for the LAN8742A.
Does anyone know why the LAN8740A was selected for this development kit?
