K60 UART Interrupt with Processor Expert

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

K60 UART Interrupt with Processor Expert

1,194 Views
tugasakhirroket
Contributor I

Hi everyone!

Now I'm using Code Warrior (with Processor Expert Integration), I want to generate serial communication between Kinetis K60D100M Board and my computer, so far I've successfully send data to my computer via UART3. How can I use UART interrupt mode to receive data from my computer?

Note : I'm using PE wizard to generate the code.

Can anyone help to solve the problem ? Thank you .

Tags (4)
0 Kudos
2 Replies

412 Views
vfilip
NXP Employee
NXP Employee

Hello,

could you please try to check examples on "Typical Usage" page in Component´s help? It is available when you right click on component under Help menu command.

Best regards

Vojtech Filip

Processor Expert Support Team

0 Kudos

412 Views
dkarthik
Contributor II

Hi, I'm using TWR K60D100M kit. I tried the "Typical Usage" for both interrupt and Polling mode. Polling mode works for UART5 (USB OSJTAG debugger port) but interrupt mode doesn't work. I enabled NMIT interrupt in Processor and enabled Interrupts in the AS1:serial_LDD component of Processor Expert. Do I have to include something in the typical usage code for interrupt mode of UART or I haven't enabled other interrupts? Pls help

0 Kudos