Question
Heap size
Posted on January 11, 2017 at 11:32
Hi,
I'm working with a stm32f437VI. I need more heap memory. I changed the Heap size in de startup_stm32f427x.s (Heap_Size EQU 0x00000200), but when I did a malloc and worked with the variable, and exception error happen. I don't know if this is the way to increase the heap memory, or exsist other way.
Thanks in advance,
