Dynamic UART flow control on PSoC 5LP

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
JaSi_1632926
Level 4
Level 4
Welcome! 25 replies posted 10 replies posted

Hello,

   

I'm using a PSoC 5LP to communicate with another processor over UART. That other processor does in one scenario require flow control, and in another scenario is unable to use flow control.

   

Is there any way to enable/disable flow control from code?

   

 

   

Thanks, Jacob

0 Likes
2 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

The UART V 2.50 has got cts_n and rts_n which you can gate internally using a control register and some logic gates.

   

 

   

Bob

0 Likes
JaSi_1632926
Level 4
Level 4
Welcome! 25 replies posted 10 replies posted

Hello,

   

Yeah, that was the solution I figured out.

   

 

   

Thanks.

0 Likes