2023-05-10 01:28 AM
I am using the STM32F407 chip, but I have a question related to Ethernet.
There is a separate parameter setting when Ethernet is set in the STM32F407ZET chip, but there is no parameter setting in the stm32f407IGT chip. Please explain why and what is the big difference between the two Ethernet communications?
2023-05-10 01:42 AM
There should be no difference in setting ETH with these two chips.
> There is a separate parameter setting
What do you mean exactly by this?
JW
2023-05-10 01:47 AM - edited 2023-11-20 05:52 AM
As shown in the picture, the IOC setting part has two different chip settings STM32F407ZET (5 pieces)
2023-05-10 02:58 AM
Do you have two boards with different PHY chips or different clock setup of PHY and MAC?
External PHY's are not part of STM32F4.
Assignment of MAC address also can differ, STM32 do not have pre-assigned MAC addresses.
2023-05-10 05:44 AM
I don't use CubeMX but to me that looks like in one case you are configuring a ready-made board with an on-board PHY, and in the second case a bare chip.
JW
2023-05-10 05:16 PM
Anyway, is Ethernet communication possible for both?
2023-05-12 04:25 PM
Both chips have the ethernet device (ETH).
For Ethernet communication you must have a PHY (and clock source for it), or some kludge for PHY-less connection.