MKE16Z, UART, interrupt.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MKE16Z, UART, interrupt.

798 Views
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 Reply

717 Views
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