Question
[Bug] CubeMX generates wrong ETH_PHY_ADDRESS for the Nucleo-144 F7
Posted on January 21, 2016 at 18:45
Hi,
I want just to signal that CubeMX generates a wrong ETH_PHY_ADDRESS inside the stm32f7xx_hal_conf.h file when a project for the Nucleo-144-F7 is generated. The address is declared as equal to 1:...
#define DP83848_PHY_ADDRESS 0x01
...
while it should be equal to 0x0 as clearly stated inside the Nucleo-144-F7 documentation. This causes that the code inside thelow_level_init() function is wrong.
#lwip-stm32f7-nucleo-144