Part Number: EK-TM4C1294XL
Hi, I'm attempting to use the heap on a EK-TM4C1294XL. I'm developing using CCS 8.0. Setting the heap to 2048 bytes and calling new() works fine. However, once I get above 2368 bytes or so the new() ends up throwing me into the FaultISR() when malloc() calls minit() in memory.c. I'm not sure why this is, but my guess is because total data is very close to 64K.
The grand totals in the "module summary":
Code: 54945 RO Data: 2727 RW Data: 5837 = 63,509
Plus BSS: 464 bytes
However, I thought I have 256K of SRAM on this board. Anyone know why I'm being limited to 64K?
