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


You are viewing a reply to STM32F746 disco malloc hang  

STM32F746 disco malloc hang

Hi JP, here is the steps I used :
- Download the STM32Cube_FW_F7_V1.4.0;
- Launch SW4STM32 (V1.8.0) and select the workspace : C:...\STM32Cube_FW_F7_V1.4.0\Projects\STM32746G-Discovery\Examples\LTDC\LTDC_Display_1Layer\SW4STM32;
- Right-click in the Project Explorer window >> Import >> General >> Existing Projects into Workspace >> Next >> Browse >> select STM32746G_DISCOVERY folder in SW4STM32 folder >> OK >> Finish;
- To reduce compilation time, I activate the parallel build : Right-click on the project >> Properties >> C/C++Build >> Behavior tab >> Enable parallel build (Use optimal jobs);
- No issue faced at compile & link.