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


help me with this simple problem, please!

Hello everyone,
As an exercise, I have to write a code that recognises the pressure of a button that makes a led blink and also recognises the double click of the same button in order to change the frequency of the blinking. I’m using a STM32F401C DISCOVERY BOARD. The professors told us that we must use the Systick interrupt and the interrupt of the button. I attach the code they gave us from which we have to “take inspiration”. Thank you!