I have a compile error currently: "section .heap overlaps absolute placed section .stack"
The heap size is currently set to zero.
I am guessing I am just going over the allocated stack size, but I can't figure out how to increase it.
How can I increase stack size?