Device is TMS320F28035. I need a larger stack space. Currently it's sitting on 0x00 0040 to 0x00 07FF. .ebss is using 0x00 8000 to 0x00 9FFF (about 0x10f7 is currently consumed by .ebss).
That way, I want to combine the current stack space with 0x00 8000 to 0x00 87FF.
Currently:
M0SARAM is from 0x00 0040, length is 0x7C0.
L0SARAM is from 0x00 8000, length is 0x800.
L1SARAM is FROM 0x00 8800, length is 0x1800.
How do I make stack space to occupy M0SARAM and L0SARAM?
Thanks