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.

TMS320F28379D:The cmd file has a memory error when compiling.

Part Number: TMS320F28379D


The above error occurs, but I don't know which part I should correct. When I searched, it said that the memory part of the cmd file needs to be modified, but I don't know how to modify it. I'm a beginner, so I need to explain how to modify it in detail I beg you.

  • Part Number: TMS320F28379D

    The above error occurs, but I don't know which part I should correct. When I searched, it said that the memory part of the cmd file needs to be modified, but I don't know how to modify it. I'm a beginner, so I need to explain how to modify it in detail I beg you.

  • Gil, 

    The error indicates that there is not enough memory for allocation for the .stack section.  You will have to allocate more memory for the .stack similar to what has been done for the .text.

    .stack : >> RAMM0 | RAMM1

    Let me know if this resolves the issue.

    Best Regards

    Siddharth