How disable interrupts in AsynchroSerial in KDS 3.2.0

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

How disable interrupts in AsynchroSerial in KDS 3.2.0

393 Views
gamma
Contributor I

Hello everybody!

 

I'm working with KDS 3.2.0, and i'm having a little problem at receiving from 2 AsynchroSerials in a FRDM KL25Z board, because each Asynchroserial is sending and receiving data frames very fast, and when I try to manipulate the received info in one of the Asynchroserials, the other one seems to fail, so, in order to manipulate the info without problems, i want to enable/disable the rx interrupt in one of the AsynchroSerials while the other is receiving, what could I do for activate/deactivate interrupts?

 

 

Thanks!  

Labels (1)
0 Kudos
1 Reply

305 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello ,

If you want directly operate the related register , you can enable

and disable the RX interrupt through the register of UARTx_C2 -> RIE:

pastedImage_0.png

If you want use other functions, please tell me what functions ? KSDK ?

Hope it helps

Alice

0 Kudos