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
已解决! 转到解答。
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
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