Other Parts Discussed in Thread: TMS320C28346
Hello,
I am targeting TMS320C28346.
My program captures 32-bit values from Ecap peripheral. I set up a global buffer volatile Uint32 ecapbuffer[2] where I would like to collect 2 consecutive Ecap values. My program fails to compile with error at
.stack : > RAMM1, PAGE = 1
../28346_RAM_lnk.cmd", line 125: error #10099-D: program will not fit into
available memory. run placement with alignment/blocking fails for section
".stack" size 0x600 page 1. Available memory ranges:
RAMM1 size: 0x400 unused: 0x400 max hole: 0x400
How do I fix this problem?
Thanks
Monika