cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L432 USART RxTimeout

josef2
Associate II
Posted on February 27, 2018 at 11:52

Hi,

STM32L432:

how can I trigger the Receiver timeout in the USART to detect if slave does not answer after transmission? Normally the timout function acts like described in the user manual.

In standard mode, the RTOF flag is set if, after the last received character, no new start bit is detected for more than the RTO value.

best regards

J. Baumann

This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Posted on February 27, 2018 at 12:01

Normally the timout function acts like described in the user manual.

SO what are you doing which is  different to that, then?

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.