STM32CubeMx with STM32F107 and LwIP question ??
Posted on July 14, 2015 at 15:24 Guys, I tried to run LwIP on my STM32F107, the code is generated from STM32CubeMx, I used ethernet for it RMII, and Here's the code : void MX_LWIP_Init(void) { IP_ADDRESS[0] = 10; IP_AD...