You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, these [v][s][n]printf could cause some stack corruptions as a lot of people reported on the forums.
I didn't change it before because the print itself was only used during debug routines, but it should definitely be thread-safe.
I'll try to replace the current code for the FreeRTOS implementation and check if it works correctly
it would be nice if you use a thread safe version of printf .
one such threadsafe printf:
thread safe version of printf found on freertos forum
The text was updated successfully, but these errors were encountered: