Question
CubeMX, template for other Ethernet Phy
Posted on May 03, 2015 at 20:16
Hi, I have an Olimex E407 Board with STM32F407ZG and PHY LAN8710A. If I make a Project in CubeMX the stm32f4xx_hal_conf.h is generated for DP83848 PHY from stm32f4xx_hal_conf_template.h in Repository\STM32Cube_FW_F4_V1.5.0\Drivers\STM32F4xx_HAL_Driver\Inc . What is the correct way to make a modification for an other PHY?
The pin PA3 is connected to ETH_RMII_MDINT of LAN8710A. But in CubeMX I can only set ETH_COL for PA3. In the GPIO Pin Configuration this is assigned to tab ''Single Mapped Signals'' and not to tab ETH. Can I modify a template to assign ETH_RMII_MDINT to ETH and pin PA3? Peter