User Activity

Posted on October 26, 2017 at 06:06 I'm looking at the STM32 provided Ethernet examples that use an RTOS and have the ethernetif_input function. The function is started as a task as below: static void low_level_init(struct netif *netif) { ...