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.

TM4C1294NCPDT: Stack overflow

Part Number: TM4C1294NCPDT
Other Parts Discussed in Thread: SYSBIOS

Hi,

 I am using TM4C1294NCPDT for my application, it's RTOS based.

I am getting error as like below.

ti.sysbios.hal.Hwi: line 174: E_stackOverflow: ISR stack overflow.
xdc.runtime.Error.raise: terminating execution

Help to resolve this error.

My cofigurations:

BIOS.heapSize = 30480;

Program.stack = 2048;

Task.defaultStackSize = 2048;

Task.idleTaskStackSize = 1024;

RAM utilization: 111K.

Task.idleTaskStackSize = 512;

 

Regards,

Yuvaraj