Hi,
How stack and heap is allocating all space?
I'm getting error as -
section .m_data LMA [0001bdcc,00020bcb] overlaps section .code LMA [0001bdcc,0001be27]
Please help me with this.
If you merged both sections, then you have placed there stack and heap. So it does make sense to be used for 100% as it is allocates all unused space in this segment.