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
Solved! Go to Solution.
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
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 .
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