2015-05-03 11:16 AM
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? Peter2015-10-09 05:19 PM
Hi Peter,
I'm dealing with a similar issue (making Lan8720A PHY work with an STM32F107).Have you been able to solve your issue?Thanks,Balas2015-10-12 08:21 AM
Hi Balas,
Now we are at the version 4.10.1 of CubeMX and many improvements have already been taken into account.Please refer to UM1718 (CubeMX user manual), check the paragraph ''B.3.6 LwIP'' which may bring you some help.If you still facing issues with current version, please describe clearly what are you expecting , what did you do and what are the problems you have.-Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.