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


Code simulation in STM32?

Hi. Sorry, I’m newbie - so question can be stupid...
Is it possible to simulate code in Sys Workbench? I’m watching some tutorials (link below) - they are using IAR Embedded Workbench - and there is Simulation option. Much more convenient for simple stuff - as I’m just starting to learn - than uploading to BluePill... IAR is not an option for me, I’m on Mac (IAR is only for Windows).

https://www.youtube.com/watch?v=5MzilJ2-MGY&list=PLPW8O6W-1chwyTzI3BHwBLbGQoPFxPAPM&index=6Question

Hi,

Sorry but there is no simulation implemented on System Workbench yet.
I don’t know if it works but maybe you can used QEMU as processor emulator and upload your code on the emulator then to simulate.

Regards,
Kevin.