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