Question
STM32F107 Ethernet inicjalization
Posted on May 24, 2016 at 17:37
Hi, I am tring to initialize Ethernet with LWIP on STM32F To configure it I used CubeMX, but it can not pass this loop:
/* Wait for software reset */
while
(((heth->Instance)->DMABMR & ETH_DMABMR_SR) != (uint32_t)RESET)
{
} from file stm32f1xx_hal_eth.c. What am I doing wrong? I would appreciate any help.
#stm32f107 #ethernet