UART3 interrupt in MQX4.0

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

UART3 interrupt in MQX4.0

Jump to solution
558 Views
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????

Tags (4)
0 Kudos
1 Solution
416 Views
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

View solution in original post

0 Kudos
3 Replies
417 Views
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 Kudos
416 Views
utsavikalpesh
Contributor V

Hi Daniel,

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

0 Kudos
416 Views
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 Kudos