auto baudrate

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

auto baudrate

2,269 次查看
Dealerz
Contributor I

Does anybody know how to perform an Auto Baudrate on a K60 chip for a UART? I've done this before on a few other chips, usually ones that have an input capture pin, but I'm not aware of a K60 having such a pin so I was wondering if anybody has a different way of doing this when a basic sync byte is sent on the UART, 0x55.

Thanks in advance.

标签 (1)
0 项奖励
回复
4 回复数

1,755 次查看
anthony_huereca
NXP Employee
NXP Employee

Hi Jason,

  Kinetis has input capture capabilities built into the FlexTimer (FTM) module. There are multiple pins available, including some already muxed with UART pins.

-Anthony

0 项奖励
回复

1,755 次查看
Dealerz
Contributor I

Are their any code example showing an auto baud rate detecting using the Kinetis? Would make my job a lot easier.

0 项奖励
回复

1,755 次查看
anthony_huereca
NXP Employee
NXP Employee

Hi Jason,

  Unfortunately I'm not aware of any examples already created. Perhaps someone can respond with something they've created, or you can share what you come up with.

-Anthony

0 项奖励
回复

1,755 次查看
Paul_Tian
NXP Employee
NXP Employee

Hi, Jason

Agree, I think the easy way is to use an input capture channel to detect baud rate then change UART to match.

Best Regards

Paul

0 项奖励
回复