ttymxc1 (uart) not receiving datas

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

ttymxc1 (uart) not receiving datas

750 Views
giritharanr
Contributor I


Hi i am new to this,

                                 I have two custom imx6DL boards.But only one difference between two boards(i.e board A is configured with SD1 and board B is configured with SD3).

So in uboot i changed for board B SD1 to SD3 and inmachine driver itself i changed to SD3.

Both boards are configured with same UART pins.(

MX6Q_PAD_SD3_DAT4__GPIO_7_1,

MX6Q_PAD_SD3_DAT5__UART2_TXD,)

My problem is Board A receive datas from microcontroller properly through UART.

But Board B is not at all receiving datas through UART from microcontroller.

I probe the receiver pin.But its toggle.

So whats the issue?how can i solve?

please help me to identify the issue..

With regards,

R.Giritharan

Labels (1)
Tags (3)
0 Kudos
2 Replies

501 Views
art
NXP Employee
NXP Employee

Why do you configure the SD3_DAT4 pin for GPIO function? To make it work as UART RX pin, you have to configure it as UART2_RXD.


Have a great day,
Artur

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

0 Kudos

501 Views
giritharanr
Contributor I

Anybody is there???

0 Kudos