cancel
Showing results for 
Search instead for 
Did you mean: 

IDLE btween messages in USART

Yood
Associate II

Hello,

I want to seperate my TX messages with an IDLE frame (all 1) in order to be able the sync to it​ on the RX side by getting an IDLE interrupt.

Is there an elegant way using the USART regs to verify that I send at least one IDLE before staring my next TX message?

1 REPLY 1

You did not tell us your STM32 model, but from UART chapter of RM0090:

Setting the TE bit drives the USART to send an idle frame before the first data frame.

JW