You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I wanted to add flow control support to my uart port. Current driver disables the flow control by default.
I want to use RTS/CTS flow control, to achieve this, i just have to set MCR[5] =ON (AFCE bit) or is it more than this.
And sorry for asking this question now as i haven' tried anything yet, but i thought may be you can throw some more light on how and what needs to be done to achieve this.
Thanks, Rishi
The text was updated successfully, but these errors were encountered:
Hi there,
I wanted to add flow control support to my uart port. Current driver disables the flow control by default.
I want to use RTS/CTS flow control, to achieve this, i just have to set MCR[5] =ON (AFCE bit) or is it more than this.
And sorry for asking this question now as i haven' tried anything yet, but i thought may be you can throw some more light on how and what needs to be done to achieve this.
Thanks, Rishi
The text was updated successfully, but these errors were encountered: