MKE16Z, UART, interrupt.

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

MKE16Z, UART, interrupt.

3,179 次查看
sergeplatov
Contributor I

Hello!
This is my first project in MCU Expresso IDE.
I need to do data transfer to the port by interrupt.
The text of my program and the status of the register NVIC is shown below. The problem is that interrupts do not occur. Help me please.

1 回复

3,098 次查看
soledad
NXP Employee
NXP Employee

Hi, 

Please check the attached code as a reference. This code shows how to use lpuart driver functional
API to receive data with interrupt method.

In this example, one lpuart instance connect to PC, the board will send back all characters that PC send to the board.

I hope this helps, 

have a nice day!

Regards

Soledad