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/MSP432-RTOS: uartecho.c in the TI-RTOS UART echo overflows the stack everytime

Part Number: MSP432-RTOS
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

I have loaded the example program onto my MSP432 but I get an error saying the tas stack has overflowed:

[CORTEX_M4_0] This example does not attempt to minimize code or data footprint
Starting the UART Echo example
System provider is set to SysMin. Halt the target to view any SysMin contents in ROV.
ti.sysbios.knl.Task: line 414: E_stackOverflow: Task 0x20001ee8 stack overflow.
xdc.runtime.Error.raise: terminating execution

Is this a known issue? I don't really know where to begin to fix this. I tried to change TASKSTACKSIZE in the program but it did nothing. Any help would be appreciated.