Disable UART receive

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

cross mob
Weeden_ding
Level 2
Level 2
Distributor - Weikeng(GC)
25 sign-ins 5 replies posted 10 questions asked

Hi,   MCU will receive datas  when  sending data  because  of   hardware.  So  customer  want to disable uart  receive  at right time.    but  there is no api   function  to  disable  uart receive .   please help . 

thank you!     

0 Likes
1 Solution
Gautami_12
Moderator
Moderator
Moderator
50 likes received 100 solutions authored 250 replies posted

Hi @Weeden_ding ,

Can you please try using the UART_ClearRxBuffer() API to clear the Receiver buffer  whenever Transmitting is done.

Please refer to the thread  UART Buffer Clearing  for more information.

Warm Regards,
Gautami J

View solution in original post

0 Likes
1 Reply
Gautami_12
Moderator
Moderator
Moderator
50 likes received 100 solutions authored 250 replies posted

Hi @Weeden_ding ,

Can you please try using the UART_ClearRxBuffer() API to clear the Receiver buffer  whenever Transmitting is done.

Please refer to the thread  UART Buffer Clearing  for more information.

Warm Regards,
Gautami J

0 Likes