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


NO PWM Whatsoever - CubeMX DOES NOT include the HAL_TIM_PWM_Start functions

Additional conclusion: The PWM for what I intended to use it won’t be possible because of the limited frequency range.

A/D resolution needs to be 16 bit, thus the full counter range from 0 to 65535. 72 Mhz counter clock speed ( prescaler and divider both being zero) already brings the max PWM frequency to 72 Mhz / 65536 = approximately 1 khz sample frequency. Dead end. Nevertheless it was intersting.

Greets!