cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H745 RMII and DP83822 Question

WTieg.1
Associate II

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.

9 REPLIES 9
WTieg.1
Associate II

Now I make DP83822 works. LED_0 is lighten

But the network can't work

alister
Lead

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

WTieg.1
Associate II

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 ?

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.

HVict
Associate II

Hi WTieg.1

Have you succeeded in modifying the code to interface with the DP83822?

WTieg.1
Associate II

To Hvict

I solved the problem

But I don't know how to  submit my bug-fixes and improvements

Add "Bug-report" to your topic list, attach the fix, CC @Amel NASRI​, and search community for any updated "how-to" instructions.

IMor.1
Associate II

Hi @WTieg.1​ 

I am going to use the same STM32H745 RMII and DP83822, Do you have an updated code ?

MSile.1
Associate II

I'm facing the same problem: STM32H7 + DP83822...any updated code??