How to set uart4 whether to use software control/ Hardware control on IMX53(Android ICS build from linaro)

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

How to set uart4 whether to use software control/ Hardware control on IMX53(Android ICS build from linaro)

722 Views
poornat
Contributor II

Hi,

  I am using uart4 which is muxed on imx53 qsb start-R platform working with ICS from linaro. I have set macros in a way that uart4 is up. But I couldnt specify which type of control its using and how to change that control.

  The macros which I am using are as follows

MX53_PAD_CSI0_DAT12__UART4_TXD_MUX,

MX53_PAD_CSI0_DAT13__UART4_RXD_MUX,

MX53_PAD_CSI0_DAT17__UART4_CTS,

MX53_PAD_CSI0_DAT16__UART4_RTS,


Generally cts pin is used for control uart right? How to set some kind of control(s/w or h/w), and that will help me in my work.,,,

Thank you.

Waiting for a useful better answer.


Regards

- Poorna Chander rao

Labels (2)
0 Kudos
2 Replies

593 Views
maheshmahadeva1
NXP Employee
NXP Employee

You should specify the flow control to be used from your application using the CRTSCTS flag.

Best regards,

-Mahesh

0 Kudos

593 Views
poornat
Contributor II


Hi Mahesh,

Thankyou....I will revert back if i find some issues in handling CRTSCTS.Regards-Poorna

0 Kudos