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.

ccs6.0,debug后,步进到自定义的函数后程序会卡主,step over 等按钮变成灰色。



做的是逆变器的控制算法,里面需要存储大量的矩阵数据,所以全局变量了许多大的float数组,自定义的函数就是这些数组的矩阵运算,编译都是正常运行,没有报错,但是每次debug到自定义的函数后程序就卡住了,相关的按钮就变成灰色了。