Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 6 months ago.
about thread and putc
Hello (beginner) I have a program that uses my class uart, I wanted to add some thread to optimize treatment (# include "rtos.h") Now all uart writings block on putc. what alternative threads to coexist? thank you for your answers. (I know that printf is prohibited)