Part Number: TMS570LS3137
Hello
TI team
question
1. In cmd file have code
.STACK_DATA_svc : {. += 10240;} > STACKS, RUN_START(StackModeSVC)
.STACK_DATA_fiq : {. += 1024;} > STACKS, RUN_START(StackModeFIQ)
.STACK_DATA_irq : {. += 1024;} > STACKS, RUN_START(StackModeIRQ)
.STACK_DATA_abt : {. += 1024;} > STACKS, RUN_START(StackModeABT)
.STACK_DATA_und : {. += 1024;} > STACKS, RUN_START(StackModeUND)
.STACK_DATA_sys : {. += 1024;} > STACKS, RUN_START(StackModeSYS)
What do they mean.
2.In ccs stack usage display the size,what the are related between “STACK_DATA_” and “stack usage”
3.how do i set the stack size (the CCS“ stack usage ”)display all added?
thank you