Hello in file NetworkInterface.c on STM32 folder
according to the comment the #define is wrong, in my opionion should be !defined or defined(niEMAC_STM32HX)
Did you agree?
Thanks
Hello in file NetworkInterface.c on STM32 folder
according to the comment the #define is wrong, in my opionion should be !defined or defined(niEMAC_STM32HX)
Did you agree?
Thanks
It means that in the case of STM32FX drivers, the driver doesn’t call the HAL_ETH_SetMDIOClockRange from the HAL_ETH_Init. Due to that, it’s called explicitly by the network interface from the prvEthConfigInit in the case of those drivers. This is different in the case of STM32Hx devices where HAL_ETH_Init itselft calls it.