Other Parts Discussed in Thread: SYSBIOS
请教一下,在sysbios工程中这三个stack的区别是什么呢

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.
program stack是代码需要的stack。
System stack:for hardware interrupts and software interrupts
task stack: If the Task module is enabled, SYS/BIOS creates an additional stack for each Task instance the application contains
7.5 Stacks