Loading...
 
Skip to main content

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.