9 years, 3 months ago.

Pin multiplexing on mbed LPC1768

Hi, just received the tiny LPC1768 module a few hours ago, I am trying to multiple UART ports on the board (PIN 9, 10; 13, 14; 27, 28), does anyone have some example code to set the pin multiplexing on LPC1768 for me to get started? thanks in advance.

Just answer by myself: Serial uart1(p28, p27); Serial uart2(p13, p14); Serial uart3(p9, p10);

posted by Hank Fang 14 Jan 2015

1 Answer

9 years, 3 months ago.

Please provide answer as Answer here, thanks.