
Level 4
JaSi_1632926
Level 4
Mar 16, 2017
03:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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
Labels
- Labels:
-
PSoC 5LP
2 Replies

Level 10
Bob_Marlowe
Level 10
Mar 16, 2017
01:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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

Level 4
JaSi_1632926
Level 4
Mar 17, 2017
12:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello,
Yeah, that was the solution I figured out.
Thanks.