uh…
i’m a little bit disapointed by your answer…
it is not related to single core cpu or not…
the goal of an OS like freeRTOS is to handle multiple tasks to run…
but for sure, the application or library need to to care of multiple usage of the same hardware ressource…
that’s the main usage of Mutexes…
What i suspect here, the eRPCWiFi library do not have such mechanism because of common UART ressource usage to communicate with the RTL chip…
so, ok i added mutexes in at application side… that solve THIS problem…
but the other pb, still to investiguate !
Can you check with the engineer team also for this ?
thank again !