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


STM32F779I-EVAL board

Hello,
We are working on the STM32F779I-EVAL board for our project-FOTA. We are following User manual UM1891 to create and start with this.
We are using Ubuntu14.04 platform, 64-bit machine and SW4STM32 IDE provided by openSTM32
We have downloaded STM32Cube_FW_F7_V1.8.0 for STM32F779I-EVAL board.We are following the steps given in UM1891, section 4.1 for SW4STM32 to create or import existing example.
For project from ‘/STM32Cube_FW_F7_V1.8.0/Projects/STM32F769I_EVAL/Demonstration/STemWin/SW4STM32’, while compiling
getting an error make: *** No targets specified and no makefile found. Stop.
Also for same project we are not able to set properties->C/C+ build->Settings

Thanks and Regards,
Ramesh.
email - ramesh.mali at mobiliya.com

Hello Ramesh,

Just tested it with the same project on Ubuntu16.04 and all is doing ok.

Also for same project we are not able to set properties-C/C+ build-Settings

Looks like there might have some permissions issues for project files under STM32Cube_FW_F7_V1.8.0/Projects/STM32F769I_EVAL/Demonstration/STemWin

Is there some other messages ?
Providing your application log file (WORKSPACE_PATH/.metadata/.log) could also help us to understand what is going wrong.

Regards,
Julien