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.

Compiler/AWR1642: How to determine the stack size required in AWR1642 mmWave radar development?

Part Number: AWR1642

Tool/software: TI C/C++ Compiler

Dear Officer,

in the mmwave SDK DSS linker file;

--stack_size=0x700

How does this figure come out? We are developing our ow algo. libs and llinked into app. through linker file. How do we know how much stack size shall be re-adjusted? Based on map file?

Thanks and best regards

He Wei

  • Hi,

    The stack size is mainly used by the TI RTOS (for task switching ...) . It is not used by the algorithm directly.

    You can use the same size for your development if it works. You can also try to decrease it and test if the application still works

    thank you
    Cesar