Hi,
The CCS v5.2 is with Windows 7 on my computer. The C6672 simulation seems a little strange to me. I set the heap parameter, as below.
The problem is that I cannot see a file shows the heap parameter in the project (sub)folders. In the project/Debug/configPkg/linker.cmd file, there is a heap parameter. I think it is generated by .cfg, see below screen shot.
Part of the above screen shot content is excerpt here:
.................
--args 0x0
-heap 0x0
-stack 0x1000
MEMORY
{
LL2RAM (RWX) :org = 0x800000, len = 0x58000
SL2RAM (RWX) :org = 0x200000, len = 0xc0000
DDR2 (RWX) :org = 0xe0000000, len = 0x10000000
}
...............
Have I set the heap right? How to check that?
Thanks.


