Posted on January 19, 2016 at 18:35Hi clive1,Following is a snippet from the stmfxx_hal_eth.c file, function HAL_ETH_Init. if(heth->State == HAL_ETH_STATE_RESET) { /* Allocate lock resource and initialize it */ heth-> Lock = HAL_UNLOCKED; ...
Posted on January 19, 2016 at 13:20Hi Paul,so I am in nearly the same position as you were in that I am trying to get a basic UDP server up and running on the OLIMEX STM32-P107. However instead of using the STM32Cube MX to generate the underlying co...