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


I can't allocate too much memory using stm32f407vet6 in recent OSX version

I’m using MacOS X Sierra 10.12.5 and recent SystemWorkbench Version Neon.3 Release (4.6.3) with AC6 2.1 developmen tools.

I’m Using a tiny board with a mcu stm32f407vet6. Specifications say it has 192 kbytes of SRAM.
In a simple project version I can’t allocate too much memory in malloc function, for example 3000 bytes.
Also I have a stm32f4 discovery and allocating memory is ok.

Check you heap size in the linker script, you might want to increase it a bit.

Solved. Jumper config in board.
Thanks.