Skip to main content
bngstskn
Associate III
November 3, 2022
Question

Baud rate problem

  • November 3, 2022
  • 2 replies
  • 3560 views

Hi, I am using STM32F767ZI. I am working on UART communication of STM32F and other MCU. But I have a problem. Other MCU 's baud rate is 125K, 250K and 1M. Do you have any suggestions about this? Thanks to answer.

This topic has been closed for replies.

2 replies

ST Employee
November 3, 2022

Hi @bengisu taşkın​ ,

It should not be a problem, the STM32F7 supports a baud rate up to 27 Mbit/s when the USART clock source is system clock frequency (max is 216 MHz) and oversampling by 8 is used. 

0693W00000VOn7hQAD.pngIncreasing your system clock frequency should solve your issue.

Please refer to the attached datasheet Section : " 3.25 Universal synchronous/asynchronous receiver transmitters (USART)" for more details.

Best Regards,

A.MVE

Tesla DeLorean
Guru
November 3, 2022

And what's the Problem?

Are you generating the wrong rates?

What vs what?

Bus clocking fast enough​?

Code handles rate adequately?

HSE_VALUE reflective of clock board uses?​

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..