USART1: is it busy receiving?
I use the USART1 on a STM32F103RB in half duplex RS485 configuration.
My question is: how can i be shure, that the bus is idle?
OK, i can see RXNE if a complete Byte was received, but if the USART is just receiving the bits and it has not reached the stop bit, i can't find a "busy" Flag or similar.
But shurely i don't want to start sending in this case.
Actually the only way i see is to use the EXTI interrupt line for that.
Has anybody a hint for this issue?
Thank You!