How disable interrupts in AsynchroSerial in KDS 3.2.0

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

How disable interrupts in AsynchroSerial in KDS 3.2.0

835 次查看
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 回复

747 次查看
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 项奖励
回复