UART3 interrupt in MQX4.0

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

UART3 interrupt in MQX4.0

跳至解决方案
2,066 次查看
utsavikalpesh
Contributor V

Hi all, 

I am using TWR-K60D1000M and want to communicate using UART3 in interrupt mode. I am using MQX 4.0.But I am confused how to start communication.Can any one answer me????

标记 (4)
0 项奖励
回复
1 解答
1,924 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi

Firstly, you need to enable uart3 interrupt in user_config.h. Then, create an ISR function for uart3 interrupt,  next, install the isr with _int_install_isr.

Please check the following link

https://community.freescale.com/thread/317094

Hope it helps

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,925 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi

Firstly, you need to enable uart3 interrupt in user_config.h. Then, create an ISR function for uart3 interrupt,  next, install the isr with _int_install_isr.

Please check the following link

https://community.freescale.com/thread/317094

Hope it helps

0 项奖励
回复
1,924 次查看
utsavikalpesh
Contributor V

Hi Daniel,

Thnx for reply.I have tried and it runs successfully.......:smileyblush::smileylaugh:

0 项奖励
回复
1,924 次查看
danielchen
NXP TechSupport
NXP TechSupport

My pleasure.


Have a great day,
Daniel

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复