In STM32F103,What is the maximum baudrate supported by controller?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-28 11:00 PM
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-28 11:49 PM
If youre referring to UART badurate, i managed to make bluepills (stm32f103c8 wth 8Mhz xtal) work at 500Kbits
hit me up in https://www.linkedin.com/in/javiermu%C3%B1oz/
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-29 12:39 AM
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.
