Stop bit of UART for Vybrid

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Stop bit of UART for Vybrid

跳至解决方案
2,046 次查看
keisukewatanabe
Contributor III

Dear support,

I want to use the stop bit of UART at 2bit.

I know it is 1bit by default it.

Best regards,

Keisuke Watanabe

标签 (1)
0 项奖励
回复
1 解答
1,475 次查看
anthony_huereca
NXP Employee
NXP Employee

Hi Keisuke,

  The UART on Vybrid only supports 1 stop bit in normal usage.

  However when ISO-7816 T=0 protocol is used, there is a 2-stop bits feature (see 49.4.8.2 in RM)

-Anthony

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,475 次查看
manojunichiro
Contributor I

Hi,

Does it means that it is impossible to set (8,Odd,2) or (8,Even,2) on Vybrid ?

-Junichiro

0 项奖励
回复
1,476 次查看
anthony_huereca
NXP Employee
NXP Employee

Hi Keisuke,

  The UART on Vybrid only supports 1 stop bit in normal usage.

  However when ISO-7816 T=0 protocol is used, there is a 2-stop bits feature (see 49.4.8.2 in RM)

-Anthony

0 项奖励
回复
1,475 次查看
zutter
Contributor II

How many data bits do you need? I create 8,N,2 by 9,N,1 and abuse 9th data bit as stop bit ;-). Similar i did for 7,N,2.

0 项奖励
回复