You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now tested with the STM8L051F3P6 USART - this means that a safe half-duplex option for using PA2/USART_TX is available (which is on pin1 like PA0/SWIM). Alternatively PC5/USART_TX can be used (which is on pin8 and that's "safe" anyway).
RM0031 family STM8L devices have a half-duplex option (USARTx_CR5 HDSEL). Make option
HALF_DUPLEX
available to STM8L devices.Note: RM0013 family STM8L devices (e.g. STM8L101F3) don't provide a half-duplex option.
The text was updated successfully, but these errors were encountered: