2023-12-08 02:04 AM
Hi everyone.
Maybe this my doing or an oversight by ST?
CubeMX places the MX_LWIP_Init(); function in the first listed RTOS task witch is far from ideal. In my case the "first task" is dynamically created depending on a multitude of different factors. This resulted in the init function not being called and later being called multiple times during runtime.
It's an easy fix, just move the function call somewhere else. It just doesn't seem right that the generation tool does this...
(つಠ_ʖಠ)つ
2024-01-05 05:38 PM
I see the same issue. Yes we could just move it out from the first task, but later if we update the .ioc file, this will be added again. Very annoying.
2024-01-06 11:02 AM