User Activity

Posted on January 05, 2016 at 08:20LwIP works with all default settings if FreeRTOS is not enabled. Adding a single MX_LWIP_Process(); in the main loop makes the board pingable. If FreeRTOS is enabled, it gets stuck at HAL_Delay() during the initial...
Posted on December 28, 2014 at 18:20I cannot recall for sure whether it was the PSC or ARR, but one was limited to max value 255 when it should have been a 16 bit register. I already edited my xml file to correct it so I could generated the code I n...