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


Generate Software Interrupt (SI) with STM32F· Discovery board with HAL drivers

likely you timer isnto configure corretcly
it is common to get the auto reloade or prescalewrong due to divider ( timer input clock is 2x the ahb clk)
25HZ 40ms
also they are a few +/- 1 to consider in the prescaler and ARR valeu that can make huge diffrence in final timer freq


i recomend you read http://www.st.com/web/en/resource/technical/document/application_note/DM00042534.pdfQuestion