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.

CC3220SF堆栈溢出问题,怎么解决,程序在加入一段循环9次printf()之后就会返回到下面函数并进入死循环后中断。

//! \brief Application defined stack overflow hook
//!
//! \param none
//!
//! \return none
//!
//*****************************************************************************
void vApplicationStackOverflowHook(TaskHandle_t pxTask,
char *pcTaskName)
{
//Handle FreeRTOS

while(1)
{
}
}