linker script: auto expand heap to maximum size
"__stack_size" has to be set to the actual stack size. "__heap_size" isthe minimum size of the heap till the linker will refuse linking.The linker script will automatically expand the heap to the bottom of thestack.
linker script: auto expand heap to maximum size
"__stack_size" has to be set to the actual stack size. "__heap_size" is
the minimum size of the heap till the linker will refuse linking.
The linker script will automatically expand the heap to the bottom of the
stack.