an effective usage of UART Interrupt

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

an effective usage of UART Interrupt

ソリューションへジャンプ
1,403件の閲覧回数
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



ラベル(2)
1 解決策
1,029件の閲覧回数
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,030件の閲覧回数
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,029件の閲覧回数
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,030件の閲覧回数
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