an effective usage of UART Interrupt

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

an effective usage of UART Interrupt

Jump to solution
1,059 Views
pradyumnakammar
Contributor III

looking for help in  implementing interrupt driven UART.

i have used UART communication by polling method. but driving the same over interrupt looks little tricky.

Looking for some in-puts as im new to this MCU.

Thank you

Pradyumna



1 Solution
685 Views
Paul_Tian
NXP Employee
NXP Employee

Hi, Pradyumna

You can download KINETIS_50MHZ_SC sample project from our website. Then you replacement attached files. Then you can run into ISR routine.

Hope my reply can help you.

Best Regards

Paul

View solution in original post

3 Replies
686 Views
Paul_Tian
NXP Employee
NXP Employee

Hi, Pradyumna

You can download KINETIS_50MHZ_SC sample project from our website. Then you replacement attached files. Then you can run into ISR routine.

Hope my reply can help you.

Best Regards

Paul

685 Views
pradyumnakammar
Contributor III

Thank you for your reply Tian.

Will look into the attached files.

and also i had forgot to mention above that i'm using KL05 MCU .

0 Kudos
686 Views
Paul_Tian
NXP Employee
NXP Employee

Hi, Pradyumna

For KL05, you can reference the code structure. Please pay attention that interrupt vector is not the same. So you need to change interrupt vector.

Hope my reply can help you.

Best Regards

Paul