Skip to main content
Andrew Neil
Super User
August 4, 2023
Question

STM32F0 UART Single Wire Half Duplex - Incorrect initialisation code

  • August 4, 2023
  • 1 reply
  • 833 views

The initialisation code generated (by CubeIDE v1.13.0) leaves both the transmitter and the receiver enabled!
This is clearly not a valid state!

See: 

https://community.st.com/t5/embedded-software-mcus/hal-uart-transmit-with-single-wire-half-duplex/m-p/579328

 

This topic has been closed for replies.

1 reply

Andrew Neil
Super User
February 24, 2025
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.