How to Prevent UART Data Loss While CPU is Waking From Sleep

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

cross mob
JacobT_81
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

How to Prevent UART Data Loss While CPU is Waking From Sleep

0 Likes
1 Solution
JacobT_81
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

In order to prevent UART data loss while asleep we recommend that flow control lines (RTS and CTS) are used to allow the chip to wake up and assert clear to send prior to transmission.

This is specifically suited for the case of an HCI UART device attempting to send data to its host CPU.

View solution in original post

2 Replies
JacobT_81
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

In order to prevent UART data loss while asleep we recommend that flow control lines (RTS and CTS) are used to allow the chip to wake up and assert clear to send prior to transmission.

This is specifically suited for the case of an HCI UART device attempting to send data to its host CPU.

Anonymous
Not applicable

Hi jankewtorres

BTW, Should we don't use flow control lines to do this thing? just only use Uart TX and RX. The hardware also disable flow control lines on the host board.

0 Likes