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.

stack overflow

Other Parts Discussed in Thread: TMS320C28346, SYSBIOS

Code Generation tool: v6.0.1

sys/bios: 6.32.2.39

platform: ti.platforms.tms320x28:TMS320C28346

I get following error in runtime.

ti.sysbios.hal.Hwi: line 113: E_stackOverflow: ISR stack overflow.

xdc.runtime.Error.raise: terminating execution

I see that  system stack is shown in following modules

1. Hwi

2.program

Both show stack size as 256. When I change to 1024 or any other value and try to save it the value goes back to 256. I use ROV to check the peak stack and I see it is close to 256 just when I initialize a Hwi thread.

I want to know how I can increase the system stack size.

sunil