cancel
Showing results for 
Search instead for 
Did you mean: 

In STM32F103,What is the maximum baudrate supported by controller?

AGand.1
Associate
 
2 REPLIES 2
Javier1
Principal

If youre referring to UART badurate, i managed to make bluepills (stm32f103c8 wth 8Mhz xtal) work at 500Kbits

0693W00000GZDPcQAP.png

Available for consulting/freelancing , hit me up in https://github.com/javiBajoCero
Peter BENSCH
ST Employee

You will find the maximum baudrates e.g. in the reference manual of the STM32F103 family:

  • USART: 4.5Mbit/s
  • SPI, I²S: 36Mbit/s
  • CAN: 1Mbit/s

As @Javier Muñoz​ mentioned, you can also see the baud rate with STM32CubeMX or the STM32CubeIDE, whereby the respective clock settings are taken into account. For example, with USART1 at HCLK = 72MHz, APB2 Prescaler = 1, the above mentioned 4.5Mbit/s can be achieved.

Regards

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.