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


Is example TIM_PWMOutput on STM32H7 really working?

Please ignore this question - there were my two mistakes:
1) checking wrong Morptho pin
2) Due the code optimization the gdb shows misaligned code vs disassembly


--Hallo, all,
--I wonder if anyone has the TIM_PWMOutput example running on STM32H743-Nucleo?
--I’m facing the hanging on the last call of the HAL_TIM_PWM_Start() (no matter how many channels are started).
--Any suggestion is very appreciated
--BR
George
--