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
I want to use the Discovery board STM32F0308 to input USB data and output 2 byte parallel data using a slave clock to retrieve the bytes. As I am gathering data from a PC, what baud rate can one expect to get? Thank you.