an effective usage of UART Interrupt

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

an effective usage of UART Interrupt

跳至解决方案
1,834 次查看
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 解答
1,460 次查看
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

在原帖中查看解决方案

3 回复数
1,461 次查看
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

1,460 次查看
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 项奖励
回复
1,461 次查看
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