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


Porting STM32L1 Discovery to Nucleo 152RE

Hello,

2 years ago, I developed a piece of code for my STM32L1-Discovery board. It is an automated chicken coop door. It is working great.
Now, I have to copy this system for a friend of me (on a Nucleo-152RE board, and I was busy with copying the complete project into OpenSTM32 and rebuild it and finished. It is not that easy....

in the time I developed this system, I was using the Discovery FW package v1.0.2.
Now, I is compiling, But nothing happens on my Nucleo board. I also flashed a LED toggle into the board, but no LED. What can be wrong in this? Are these “old” libraries too old for the nucleo?