STM32H745 RMII and DP83822 Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-03-10 12:05 AM
I use STM32H745 RMII and DP83822
To use CubeMx generate code for lwip, selected phy is LAN8742.
Modify the code
But can't make it work
Any body has the experience or some advice ?
Hope someone can help me.
- Labels:
-
Ethernet
-
STM32CubeMX
-
STM32H7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-03-11 12:33 AM
Now I make DP83822 works. LED_0 is lighten
But the network can't work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-03-11 4:42 PM
After you've resolved your PHY problem, check out my bug-fixes and improvements to ST's STM32H7 ETH driver and lwIP ethernetif.c at https://community.st.com/s/question/0D50X0000C6eNNSSQ2/bug-fixes-stm32h7-ethernet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-03-11 6:33 PM
Hi Alister
Thanks for your answer.
I read the link, I find that v1.5.0 & v1.6.0 has the problem .
I use v1.7.0, this version still has the problem
Just replace the file is ok ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-03-11 7:08 PM
Read the posts there carefully. Porting it to your software is technical and requires skill and care. If you use it, to assist other developers, please post a summary there confirming it's ok and/or any problems with it you'd had to solve. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-07-20 11:38 AM
Hi WTieg.1
Have you succeeded in modifying the code to interface with the DP83822?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-07-20 7:18 PM
To Hvict
I solved the problem
But I don't know how to submit my bug-fixes and improvements
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-07-20 7:23 PM
Add "Bug-report" to your topic list, attach the fix, CC @Amel NASRI, and search community for any updated "how-to" instructions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-10-22 1:18 AM
Hi @WTieg.1
I am going to use the same STM32H745 RMII and DP83822, Do you have an updated code ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-11-16 6:55 AM
I'm facing the same problem: STM32H7 + DP83822...any updated code??
