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.

Memory Allocation

can any one help me that difference between the stack and heap size modification in the

1."show build configuration->Linker"(GUI) and

2. In the coding "Task.stack = 0x00"?.

also what is the MAX size of the Stack and Heap of TMS320C6670L kit.

Thanks.,

  • Hi Sai Tech,
    1. I have never used that option to modify stack and heap size. I would recommend you to ask this question or search in "Compiler Forum" for appropriate response.

    2. The memory size definitions are done in .cfg (BIOS configuration file) or .cmd(non BIOS based project). Please refer the TI supplied MCSDK examples however the memory size configurations will change from project to project based on the usage of peripherals & application.

    Thank you.