S32K344 UART

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

S32K344 UART

Jump to solution
1,157 Views
Zsk
Contributor I

Hi All

   UART with interrupt transceiver, now two MCU single-direction transceiver data with asynchronous no problem, at the same time transceiver will send and receive failure, what will be the reason?

                                                                                                                                                     thank you

0 Kudos
1 Solution
1,124 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @Zsk 

Please correct me if I understand wrong.

From what I understood, you have the two devices connected to each other and you are trying to send at the same time that you are receiving and vice versa, am I correct?

 

B.R.

VaneB

View solution in original post

0 Kudos
5 Replies
1,125 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @Zsk 

Please correct me if I understand wrong.

From what I understood, you have the two devices connected to each other and you are trying to send at the same time that you are receiving and vice versa, am I correct?

 

B.R.

VaneB

0 Kudos
1,098 Views
Zsk
Contributor I
Found the problem, the status was switched to busy after asynchronous sending, and did not switch back, thank you
0 Kudos
66 Views
wangjiawei
Contributor I

I had the same problem, but I didn't solve it. Could you tell me exactly how you solved it, thank you very much

0 Kudos
33 Views
Zsk
Contributor I

I have changed the judgment condition before sending and receiving in the driver, sending only looks at the sending state, receiving only looks at the receiving state. Problem solved

0 Kudos
1,106 Views
Zsk
Contributor I

Yes ,and I found another problem :The host needs to send about 10 times before the slave can receive it.After the sending/receiving status is switched once, the data cannot be sent again.

0 Kudos