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.
5 years, 7 months ago.
Using asynchronous/synchronous serial communication
Hello,
I am writting program for NUCLEO STM32F446RE and I have a problem. I would like to use asynchronous serial and I do not know which function I should use: printf() or write(). I mean the use of USART in synchronous mode and asynchronous mode. What is the diffrence from the code in these two cases? Thank you for each example.
TW