This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F280049C: Link Command Primer

Part Number: TMS320F280049C

Hello E2E Experts,

Good day.

I have an excellent article "TI Linker Command Primer"  

This answered most of my questions and I can now link the project again.

I do have one more question that does not seem to be covered by the article.

1) I'm trying to determine what part of RAM the heap is being allocated to.  How can I determine this?

2) I also don't have a sense of an appropriate size for the heap, any guidelines on heap size?

A bit more info,

In the primer they do list sysmem as for the malloc heap.

In my linker file I have: .esysmem : > RAMLS5, PAGE = 1,

In Properties | C2000 Linker | Basic Options, I had to reduce the Heap size (I think it was either 0x300 or 0x400 originally) down to 0x170 or I get linker errors . I tried: .esysmem : > RAMLS5 | RAMLS6, PAGE = 1,
however this did not seem to make any difference.

Thank you in advance for your support.

Regards,

CSC