I configured Ethernet and LWIP on STM32F407 using cubeMX. Ethernet receive interrupt has come. But callback functions are not called. So I defined the macro "#define USE_HAL_ETH_REGISTER_CALLBACKS 1". Now, I'm receiving a linker error as shown.
I configured Ethernet and LWIP on STM32F407 using cubeMX. Ethernet receive interrupt has come. But callback functions are not called. So I defined the macro "#define USE_HAL_ETH_REGISTER_CALLBACKS 1". Now, I'm receiving a linker error as shown.