MKE16Z, UART, interrupt.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MKE16Z, UART, interrupt.

3,188件の閲覧回数
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,107件の閲覧回数
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