API for USART hardware flow control

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

API for USART hardware flow control

460 Views
dmitriykulikov
Contributor I

Hello! Is there any "proper" way to enable hardware flow control for USART in LPC546xx SDK? My search of drivers' sources turned up nothing, so I had to write something like this: USART0->CFG |= USART_CFG_CTSEN(1);

Question for the SDK developers: this setting looks like it belongs in usart_config_t structure, so maybe it would make it's way there in one of the upcoming releases of SDK?

Labels (2)
0 Kudos
1 Reply

288 Views
soledad
NXP Employee
NXP Employee

Hi,

Please check the below thread:

LPC54101 UART Hardware Flow Control  

I hope this helps,


Have a great day,

Sol

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

0 Kudos