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


You are viewing a reply to Simple GPIO problem  

Re: Simple GPIO problem

Hello, the fact that PA13 and PA14 are pulsing is not a part of your program, these PINs are used by the debuger to talk with your PC, so don’t worry about it.
And be careful if you have to assign these pins to another use, you may not be able to program your card anymore (that’s no big deal, you’ll just have to use ST-Link utility to reset your card and you’ll be on the road again)