I.MX6 UART3 RTS/CTS

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

I.MX6 UART3 RTS/CTS

Jump to solution
964 Views
patrickauffray
Contributor I

Dear Sirs,

I've just finished a new design using I.MX6Q, i've connected UART3 to WL18xx module with the following pinout :

- EIM_D24 (TXD) connected to WL18xx RX

- EIM_D25 (RXD) connected to WL18xx TX

- EIM_D30 (configured as CTS_B) connected to WL18xx RTS

- EIM_D31 (configured as RTS_B) connected to WL18xx CTS

After reading user manual, i noticed that RTS in DCE mode is seen as an input as must be connected to WL18xx RTS and vice and versa. But with yocto, i can also configure EIM_D30 as RTS_B and EIM_D31 as CTS_B (MX6QDL_PAD_EIM_D31__UART3_CTS_B & MX6QDL_PAD_EIM_D30__UART3_RTS_B) but it does not work anymore.

Is there a way to invert by software both pins without modifying TX & RX ?

Best regards,

Patrick.

Labels (2)
0 Kudos
1 Solution
594 Views
igorpadykov
NXP Employee
NXP Employee

Hi patrick

inverting is not possible, as for configure EIM_D30 as RTS_B

and EIM_D31 as CTS_B, I would suggest to look more closely at RM:

EIM_D30.jpg

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
2 Replies
595 Views
igorpadykov
NXP Employee
NXP Employee

Hi patrick

inverting is not possible, as for configure EIM_D30 as RTS_B

and EIM_D31 as CTS_B, I would suggest to look more closely at RM:

EIM_D30.jpg

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos
594 Views
patrickauffray
Contributor I

Thank you Igor, i'm going to try HW change in this case.

0 Kudos