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.

RTOS/TM4C1294NCPDT: Terminating Execution

Part Number: TM4C1294NCPDT


Tool/software: TI-RTOS

Hello,

In my launchpad, I am reading 11 sensor data's and sending to server.

After 509 times its terminating and printing like this,

: 0x2000af58.
Task stack size: 0x4000.
R0 = 0x00004f88 R8 = 0xffffffff
R1 = 0x2003ffe0 R9 = 0xffffffff
R2 = 0x000001fd R10 = 0xffffffff
R3 = 0x00000008 R11 = 0xffffffff
R4 = 0xffffffff R12 = 0x2000f8e8
R5 = 0xffffffff SP(R13) = 0x2000eef0
R6 = 0xffffffff LR(R14) = 0x00036431
R7 = 0xffffffff PC(R15) = 0x000258fe
PSR = 0x01000000
ICSR = 0x00423803
MMFSR = 0x00
BFSR = 0x82
UFSR = 0x0000
HFSR = 0x40000000
DFSR = 0x0000000b
MMAR = 0x20040000
BFAR = 0x20040000
AFSR = 0x00000000
Terminating execution...

My task stack size is 4096, So I have changed stack size as 16384

but still, I am getting the same error after 509 times.

What is the problem?