stm32f767bi and lan8720a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-10 5:56 PM
Hello everybody!
I'm working with MCU stm32f767bi and I'm trying to communicate a ethernet port (lan8720a).
I'm using a MXcube32 to configure the ETH and LWIP, but I can't get work the port.
If someone has experience integrating this two devices please give some advices or examples.
Thanks in advance!
- Labels:
-
STM32F7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-11 1:52 AM - edited ‎2024-10-11 1:58 AM
Hello @LeoGP,
You can refer to the LwIP application within STM32CubeF7 MCU package:
This article may help you on your implementation:
How to create a project for STM32H7 with Ethernet ... - STMicroelectronics Community
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-11 10:46 AM
Hi @Imen.D, thanks for your quick reply! The LAN8270 Led it's blinking now, and my computer detects something at the ethernet port. Now, I'm trying to send a PING from my computer to the LAN8270 but it's unsuccessful.
Do you now if I need add extra settings or code to make a PING successful?
Or what can I do to check if the LAN8270 its working?
Thanks for your help!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-11 11:16 AM
We need more details on your configuration to answer your question, as it could be related to the HW or software configuration (PHY, Clock etc ..)
Check the Pin assignment for Ethernet as it could be different from the one selected by default with CubeMX.
Make sure to use the latest release of STM32CubeF7 (v1.17.2) - with Ethernet driver update and contains some enhancement and fixes.
Please check these resources which may help you:
- How to use the LwIP Ethernet middleware on the STM... - STMicroelectronics Community
- ETHERNET Configuration PART 2 (youtube.com)
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-15 8:54 AM
Hi @Imen.D!
The pin assigment is correct as the default with CubeMX.
I'm using STM32CubeF7 v1.17.0 (last released version) I have a project working correctly with touchgfx just I want implement ethernet communication to this project.
Here is my Clock Configuration
And my PHY
Thanks for your help :)
