CyBLE013025 PUART RTS/CTS

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

cross mob
NiVa_4337911
Level 3
Level 3
First like received

Hi,

Is the following discussion valid for the module CyBLE013025-00?

Need clarification on PUART RTS/CTS flow control support

I checked the schematic and found P3 and P1 are free.

Is there any example to know how to use the flow control?

0 Likes
1 Solution
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

The flow control is avaliable for this module because it uses QFN32 package. The EZ-Serial FW has already realized the flow control function. You can find it in the EZ-Serial user guide: https://www.cypress.com/file/408286/download

But we don't have a code example for this function. You may refer to the include/Drivers/puart.h for the APIs that enable the flow control and pin assignment.

You may also check this thread to see if it can help: PUART RTS/CTS Hardware Flow Control

View solution in original post

0 Likes
1 Reply
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

The flow control is avaliable for this module because it uses QFN32 package. The EZ-Serial FW has already realized the flow control function. You can find it in the EZ-Serial user guide: https://www.cypress.com/file/408286/download

But we don't have a code example for this function. You may refer to the include/Drivers/puart.h for the APIs that enable the flow control and pin assignment.

You may also check this thread to see if it can help: PUART RTS/CTS Hardware Flow Control

0 Likes