cancel
Showing results for 
Search instead for 
Did you mean: 

Baud rate problem

bngstskn
Associate III

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.

2 REPLIES 2
Aime
ST Employee

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

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 Venmo
Up vote any posts that you find helpful, it shows what's working..