User Activity

Posted on October 10, 2016 at 18:29Hi, I generated project in CubeMX, and I can't run ETH. Connections to PHY are fine. My program run on line 215 in file stm32f1xx_hal_eth.c whitch is:while (((heth->Instance)->DMABMR & ETH_DMABMR_SR) != (uint32_t)R...
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) != (ui...