Resolved! are printf, fprintf, scanf etc threadSafe in threadX?
HIi have a question about printf. fprintf,scanf etci'm redirecting those functions to use a UART replacing the int _write(int file, char *ptr, int len) and int _read(int file, char *ptr, int len) functions. int _write(int file, char *ptr, int len) ...