Getting LPC1347 USART to work

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Getting LPC1347 USART to work

942件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by zmogedra on Thu Feb 14 13:22:23 MST 2013
Hi, I have just started USART project and I have some questions.
1. There are different pins noted RXD TXD on LPC chip that means if you only have 1 usart but you can choose on which pair of pins?
2. Is by default protocol asynchronous?
3. Should I follow UART protocol like the one given in LPC11xx examples?

Maybe someone has an example of lpc1347 usart (asynchronous), because I can't seem to find it on the internet?

ThankYou.
0 件の賞賛
返信
2 返答(返信)

885件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by zmogedra on Sun Feb 17 06:52:51 MST 2013
Yeah thanks, managed to power it up and make it work.
0 件の賞賛
返信

885件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Ex-Zero on Thu Feb 14 13:55:52 MST 2013

Quote:

1. There are different pins noted RXD TXD on LPC chip that means if you only have 1 usart but you can choose on which pair of pins?

Yes, you can. Of course you have to select correct I/O configuration for this pins ;)


Quote:

2. Is by default protocol asynchronous?

Bit SYNC of SYNCCTRL is Reset by default :eek:


Quote:

3. Should I follow UART protocol like the one given in LPC11xx examples?

Why not :confused:
0 件の賞賛
返信