K60 UART Driver

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

K60 UART Driver

1,849 次查看
BTaylor
Contributor III

Is there a good library/driver/example available for the K60 UART module?

In particular, a library/driver/example showing the appropriate way to set up

and handle interrupts and errors?

Thank you.

0 项奖励
回复
3 回复数

879 次查看
mjbcswitzerland
Specialist V

Brandon

You could look at the uTasker project - it has a Kinetis UART driver supporting interrupt and DMA operation for Rx and Tx (up to 6 UARTs in parallel), with XON/XOFF and RTS/CTS flow control, RS485 mode and other bits and pieces.

There is an overview in this documnent: http://www.utasker.com/docs/uTasker/uTaskerUART.PDF

Regards

Mark

0 项奖励
回复

879 次查看
perlam_i_au
Senior Contributor I

You can also use the driver provided on the KINTIS512_V2_SC sample codes, download and look on the path:

C:\(your download path)\KINETIS512_V2_SC\src\drivers\uart


Have a nice day :P,
Perla

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复

879 次查看
xiaodong_zhang
NXP Employee
NXP Employee

Hi Brandon Taylor

   You can use PE to create a UART driver example for K60. PE is best for helping you study how to use Kinetis MCU. You can download PE at Processor Expert Software and Embedded Components.

0 项奖励
回复