2020-11-24 04:12 AM
I am using STM32F412CGU6 MCU.
I want to configure USART1 as Half Duplex mode (Single wire mode) with TX only and below configurations:
But in STM CUBEMX , "Start bits" can not be set/configured. Check attached snapshot for reference.Can you please suggest the way/ code changes for configuring the USART1 with above settings?
Solved! Go to Solution.
2020-11-24 04:24 AM
UART always sets one start bit. No need to configure!
2020-11-24 04:24 AM
UART always sets one start bit. No need to configure!