UART3 interrupt in MQX4.0

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

UART3 interrupt in MQX4.0

ソリューションへジャンプ
1,432件の閲覧回数
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,290件の閲覧回数
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,291件の閲覧回数
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,290件の閲覧回数
utsavikalpesh
Contributor V

Hi Daniel,

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

0 件の賞賛
返信
1,290件の閲覧回数
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 件の賞賛
返信