Loading...
 

SW4STM32 and SW4Linux fully supports the STM32MP1 asymmetric multicore Cortex/A7+M4 MPUs

   With System Workbench for Linux, Embedded Linux on the STM32MP1 family of MPUs from ST was never as simple to build and maintain, even for newcomers in the Linux world. And, if you install System Workbench for Linux in System Workbench for STM32 you can seamlessly develop and debug asymmetric applications running partly on Linux, partly on the Cortex-M4.
You can get more information from the ac6-tools website and download (registration required) various documents highlighting:

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.