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: secure_iot: E_stackOverflow: Task stack overflow.

Part Number: TM4C1294NCPDT
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

I am using TI-RTOS  V2.16 for TM4C1294NCPDT microcontroller.

I am trying to use secute_iot project working on my application board. I have followed all steps to include wolfssl in to my project as shown in

http://processors.wiki.ti.com/index.php/Using_wolfSSL_with_TI-RTOS

My project grabs IP address from our network but then it crashes with task  stack overflow . Please see the error below.

[CORTEX_M4_0] Using MAC address in flash
Starting BIOS
Service Status: DHCPC    : Enabled  :          : 000
Service Status: DHCPC    : Enabled  : Running  : 000

    Welcome to the Crypto Connected LaunchPad's,
        Secure Internet of Things Demo.

MAC Address: 001ab602a2c4
Network Added: If-1:10.40.149.61
Service Status: DHCPC    : Enabled  : Running  : 017
ti.sysbios.knl.Task: line 373: E_stackOverflow: Task 0x20001548 stack overflow.
xdc.runtime.Error.raise: terminating execution


I also checked ROV and here is the result. It seems ShaTransform is over flowing which I believe declared in wolfssl.aem4f.

Please help.