Dependents:
hello
SerialTestv11
SerialTestv12
Sierpinski
... more
1 comment:
PrzemekWirkus
#
26 Aug 2014
Hello,
I think for F401RE platform heap size is equal to 0x400 Bytes / 1024 Bytes / 1 KiB and you are trying to allocate a lot more. Please try less ;)
startup_stm32f401xe.s
Heap_Size EQU 0x00000400
AREA HEAP, NOINIT, READWRITE, ALIGN=3
EXPORT __heap_base
EXPORT __heap_limit
Hello, I think for F401RE platform heap size is equal to 0x400 Bytes / 1024 Bytes / 1 KiB and you are trying to allocate a lot more. Please try less ;)
startup_stm32f401xe.s