LPC3250 High Speed UART issue

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

LPC3250 High Speed UART issue

1,202件の閲覧回数
henriquevascout
Contributor I

Hi guys, 

I need to understand why the HSUART of LPC doesn't change the parameteres of STOP BIT, PARiTY, WORD LENGTH? 

It's set 8N1 and I need change it for other values ... When I read the driver lpc32xx-hsuart.c I saw it set always 8N1, and I couldn't change (even if I set another value by code, it keep the old value 8N1).

These UARTs can't change the parametes? Why is it happen?

Thanks so much for any reply.

ラベル(1)
タグ(3)
0 件の賞賛
返信
1 返信

916件の閲覧回数
CarlosCasillas
NXP Employee
NXP Employee

Hi Henrique,

According with section 20.2 of LPC32x0 and LPC32x0/01 User manual:

  • The three 14-clock UARTs only support the communications format of (8N1) 8-bit data word length, 1-stop bit, no parity, and no flow control.

Therefore, the format configuration is just available on the Standard UARTs.


Hope this will be useful for you.
Best regards!
/Carlos
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信