Stack Size Estimation

前端 未结 10 1556
醉酒成梦
醉酒成梦 2020-12-02 11:30

In multi-threaded embedded software (written in C or C++), a thread must be given enough stack space in order to allow it to complete its operations without overflowing. Co

10条回答
  •  遥遥无期
    2020-12-02 12:11

    You can use a static analysis tool like StackAnalyzer, if your target fits the requirements.

提交回复
热议问题