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.
2020-03-11 12:33 AM
Now I make DP83822 works. LED_0 is lighten
But the network can't work
2020-03-11 04: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.
2020-03-11 06: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 ?
2020-03-11 07: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.
2020-07-20 11:38 AM
Hi WTieg.1
Have you succeeded in modifying the code to interface with the DP83822?
2020-07-20 07:18 PM
To Hvict
I solved the problem
But I don't know how to submit my bug-fixes and improvements
2020-07-20 07:23 PM
Add "Bug-report" to your topic list, attach the fix, CC @Amel NASRI, and search community for any updated "how-to" instructions.
2020-10-22 01:18 AM
Hi @WTieg.1
I am going to use the same STM32H745 RMII and DP83822, Do you have an updated code ?
2021-11-16 06:55 AM
I'm facing the same problem: STM32H7 + DP83822...any updated code??