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) != (ui...