Skip to main content
HVira
Visitor II
November 24, 2020
Solved

How can I configure START Bits for USART1 of STM32F412xx MCU?

  • November 24, 2020
  • 1 reply
  • 1378 views

I am using STM32F412CGU6 MCU.

I want to configure USART1 as Half Duplex mode (Single wire mode) with TX only and below configurations:

  • Baud-rate = 115200
  • Start bits = 1
  • Parity = even
  • Data bits = 7
  • Flow control = off
  • Stop bits = 1

But in STM CUBEMX , "Start bits" can not be set/configured. Check attached snapshot for reference.0693W000005CS7JQAW.pngCan you please suggest the way/ code changes for configuring the USART1 with above settings? 

This topic has been closed for replies.
Best answer by Uwe Bonnes

UART always sets one start bit. No need to configure!

1 reply

Uwe Bonnes
Uwe BonnesBest answer
Chief
November 24, 2020

UART always sets one start bit. No need to configure!