How disable interrupts in AsynchroSerial in KDS 3.2.0

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

How disable interrupts in AsynchroSerial in KDS 3.2.0

788件の閲覧回数
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!  

ラベル(1)
0 件の賞賛
返信
1 返信

700件の閲覧回数
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 件の賞賛
返信