The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
74:a842253909c9
Parent:
73:1efda918f0ba
Child:
76:824293ae5e43
--- a/TARGET_NUCLEO_F103RB/PeripheralNames.h	Mon Dec 09 18:43:03 2013 +0200
+++ b/TARGET_NUCLEO_F103RB/PeripheralNames.h	Fri Dec 13 14:18:40 2013 +0200
@@ -32,8 +32,8 @@
     UART_2 = (int)USART2_BASE
 } UARTName;
 
-#define STDIO_UART_TX  UART_TX
-#define STDIO_UART_RX  UART_RX
+#define STDIO_UART_TX  PA_2
+#define STDIO_UART_RX  PA_3
 #define STDIO_UART     UART_2
 
 typedef enum {