STM8S105 UART (async), data frame with 1 unknown bit after 2 stop bits
I am analyzing the UART data frame of an outsourced device that uses the STM8S105 MCU. The data frame specification is:
* 1 start bit,
* 8 data bits,
* 1 parity bit,
* 2 stop bits.
Therefore I expect a data frame as in the below Figure 115 from the STM8 reference manual RM0016. However, both the logic analyzer and oscilloscope show an extra bit after the 2 stop bits. Then the next data frame begins. This is illustrated in the second figure below.
Question: what feature creates the extra bit? This is unexpected.
Is it possibly related to the break character feature?
Thank you for your response.
Figures 1 and 2 ...................


