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


SW to multicore STM boards ( FreeRtos/MicroPython application )

Italy

Hi everyone.
In the near future I will be buying STM cards with two processors. I should do this: I should run MicroPython on one processor and a FreeRtos application on the other. At the moment to make things simple I will make these two applications communicate through two separate serial ports (simulating a message IPC in some way). I would like to ask if there are any tutorials for learning how to do this? With System Workbench it is possible to download a program on a card with only one processor but how do you download the program written in FreeRtos on a particular core? Is it possible to use System Workbench to also install MicroPython on the other core?