cancel
Showing results for 
Search instead for 
Did you mean: 

Ensuring Thread Safety of printf Functionality in FreeRTOS Environments

Gretchev
Associate II

The function printf is not thread-safe in multitasking environments. While correct output can be expected when a single task utilizes printf, concurrent use by multiple tasks may result in garbled or overlapping text. Implementing additional synchronization measures is necessary to prevent such issues.

Val Gretchev

0 REPLIES 0