5 years, 4 months ago.

What' the pin should connect if I use UART1?

i defined two pins in the LPC1768 as the following code shows: LPC_PINCON->PINSEL0|=(1<<30); define P0.15 as TXD1. LPC_PINCON->PINSEL1|=(1<<0); define P0.16 as RXD1. I know in Lpc1768 FBD 100 this two pins is 62 and 63. however in the Mbed Lpc 1768 which has 40 pins, which two pins should I connect? P15 and P16? The picture of Mbed Lpc 1768 is showing? /media/uploads/frankfang/lpc1768_pinout.png

Question relating to:

Rapid Prototyping for general microcontroller applications, Ethernet, USB and 32-bit ARM® Cortex™-M3 based designs

1 Answer

5 years, 4 months ago.

p13 and p14.

The board schematic is here: https://os.mbed.com/media/uploads/chris/mbed-005.1.pdf

On page 3 on the right hand side you can see that P0.15 connected to a signal called DIP13 which on page 5 then connects to pin 13 on the board outline.

Accepted Answer

thank you!!

posted by zxc zxc 20 Nov 2018