2019-11-12 07:42 AM
Hello,
I made with cubemx an ethernet project for the stm32f439 (custom Board), but it doesn't works. When i just use the stm32f407 Discovery Board with the same project, it works without any change. The custom board has the same DP83848 Phy. I read the registers and both are the same. The stm32f439 don't send any package out.
Thanks for any help
2019-11-12 08:32 AM
Pay very specific attention to the clock sources and routeing, both out of the STM32 into the PHY, and also back out to the STM32.
Make sure all the STM32 side clocks and PLLs are running. Perhaps decode and output the clock settings.
With a custom board also significant potential for the design or component placement to be incorrect. Will need to do significant due diligence and bring-up of circuit.
2019-11-14 01:26 AM
2019-11-28 02:11 AM
looks like the clock of the quarz goes only to the phy controller, but i think the stm32f4 needs also the clock on PA1. I will try the connection.
2019-11-28 02:26 AM
it works now
2023-10-04 11:47 PM - edited 2023-10-04 11:47 PM
Hi , Im a fresher who was given with testing of packet transfer with ethernet - phy by interfacing STM32F439ZI with DP83848 . I need soem help at API level and testing procedure .