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


Error: "Please install SW4STM32 toolchain to open the project. Or associate the file type of the project with your Toolchain in System Default Program Settings"

I am trying to install this too for the STM32MP1. The documentation is quite limited without much guidelines. Here is how far I have come
SW4STM32 is provided by OpenSTM as a plugin for Eclipse.

1. Install Java JRE (for Eclipe)
2. Install Eclipse (>= Mars)
3. http://www.openstm32.org/HomePageQuestion
4. Create an account
5. go to http://www.openstm32.org/System%2BWorkbench%2Bfor%2BSTM32Question
6. Take note of the commet for Macs!

P.S: It says you must install
sudo apt-get install libc6:i386 lib32ncurses5
but it’s not found on my ubuntu system and seems not neccessary..

Two options to install Workbench /Toolchain
1. Add the software in eclipse by the link as provided. ( http://ac6-tools.com/...)Question - i used this.
2. Download the installer
http://www.openstm32.org/Downloading%2Bthe%2BSystem%2BWorkbench%2Bfor%2BSTM32%2BinstallerQuestion
Here is the “.run” file listed that STM refers to.
chmod +x install_sw4stm32_linux_64bits-v2.9.run
./install_sw4stm32_linux_64bits-v2.9.run
This will install Ac6 Worbench in the folder you wish.

Then you van create a new or in your case open your project,
It seems you can find i when under the C/C perspective.
Create a new project
Select C/C++
Select the AC6 toolchain
Select the board

Ac6 pages are in French by default. Select the english icon... :-)

Cheers.