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, 10 months ago.
STDIO(UART TX RX) can be use to communicate with other peripherals?
Hi, Can we use UART STDIO(TX/P0_18/D1, RX/P0_13/D0) to communicate with other peripherals ? Does it reserve for only STDIO?
I tried sending some bytes over UART(P0_18/D1, P0_13/D0) using putc member function but not receive any data. Could you please anyone clarify this.
Thanks & regards, Sushil
Question relating to:
1 Answer
11 years, 10 months ago.
Hello Sushil Deka,
yes, it's reserved for STDIO functionality. It is initialized for functionas like _write, _open, _read (input and output).
Regards,
0xc0170
Is there any way to disable STDIO UART and use that to communicate with external peripherals?
posted by Sushil Deka 17 Jun 2014