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/EK-TM4C123GXL: TI-RTOS Hwi stack overrun

Part Number: EK-TM4C123GXL

Tool/software: TI-RTOS

Hi:

When I port CMSIS-DSP FFT function to TI-RTOS , it happens Hwi stack overrun , example code and error message as follows:

(when the red marked code is executed and then Hwi stack is overrun)

So I would like to know what causes hwi stack overrun and how to fix the issue

  • Hi Jeff,

     I think you run out of the stack with the fft function Try to increase the stack size. You should be to use the TI-RTOS ROV to find out the status of the stack - how much was allocated/used, etc. Below in the highlighted field in yellow is where you can change the Hwi stack size.