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.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
So I notice the UART (including USB) is NOT buffered. Does this mean that sending data out of UART or USB is CPU-intensive as it bit-bangs the communication manually? There must be some waiting in-between bits.
Can the RTOS otherwise use this downtime during printf functions to perform other functions?