Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


You are viewing a reply to Baud rate errors  

Baud rate errors

I looked through the docs and it sounds like the 16X oversampling is your issue. I think you have to adjust your baud rate divisor to take into consideration the /16 instead of a /8.

The rest of it is just clock circuitry, so the only place where there is a factor of two would be the oversampling. As for why cube would get the two mixed up... they’re working on it.


A